Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/interface/interface_layout.c')
-rw-r--r--source/blender/editors/interface/interface_layout.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index be57987ee3c..1686abab9c7 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -2528,15 +2528,6 @@ uiLayout *uiLayoutListBox(uiLayout *layout, uiList *ui_list, PointerRNA *ptr, Pr
but->rnapoin = *actptr;
but->rnaprop = actprop;
- /* Resizing data. */
- /* Note: we can't use usual "num button" value handling, as it only tries rnapoin when it is non-NULL... :/
- * So just setting but->poin, not but->pointype.
- */
- but->poin = (void *)&ui_list->list_grip;
- but->hardmin = but->softmin = 0.0f;
- but->hardmax = but->softmax = 1000.0f; /* Should be more than enough! */
- but->a1 = 0.0f;
-
/* only for the undo string */
if (but->flag & UI_BUT_UNDO) {
but->tip = RNA_property_description(actprop);