From d36dbe8a6deb85ad9878a5d074586d460a4499c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Mar 2016 16:10:33 +1100 Subject: [PATCH] RNA: remove redundant update callback No need to update keymap toggling expand. --- source/blender/makesrna/intern/rna_wm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c index 8e01e15b9a3..51c410e44e1 100644 --- a/source/blender/makesrna/intern/rna_wm.c +++ b/source/blender/makesrna/intern/rna_wm.c @@ -2194,7 +2194,6 @@ static void rna_def_keyconfig(BlenderRNA *brna) RNA_def_property_boolean_sdna(prop, NULL, "flag", KMI_EXPANDED); RNA_def_property_ui_text(prop, "Expanded", "Show key map event and property details in the user interface"); RNA_def_property_ui_icon(prop, ICON_TRIA_RIGHT, 1); - RNA_def_property_update(prop, 0, "rna_KeyMapItem_update"); prop = RNA_def_property(srna, "propvalue", PROP_ENUM, PROP_NONE); RNA_def_property_enum_sdna(prop, NULL, "propvalue");