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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-07 16:16:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-07 16:32:14 +0300
commitdaf10d17f46c933341be12bc9a9baf359d3280f7 (patch)
tree6a0d1eb6453d5d9e686e2833025b4bfc6399ce14 /source/blender/editors/interface/interface_templates.c
parent74c01afe228322137b8c1a813452d185028d4c8f (diff)
Cleanup: split search menu separator argument into own function
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 6b8154816d5..08e077f4cfe 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -283,7 +283,6 @@ static uiBlock *template_common_search_menu(const bContext *C,
search_arg,
NULL,
handle_func,
- NULL,
active_item);
UI_block_bounds_set_normal(block, 0.3f * U.widget_unit);