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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-05-29 04:08:17 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-05-29 04:11:56 +0300
commit501dd9e231c8fb44b5c96a43cd0d1657b733a496 (patch)
tree2f9aa8931e5c5d0097ff507496d5b88787474a84 /source/blender/editors
parent9bae9b634ec603c7683dd97f6e08804c205ba103 (diff)
Cleanup: Remove Dead Code
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/interface/interface_context_menu.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/blender/editors/interface/interface_context_menu.c b/source/blender/editors/interface/interface_context_menu.c
index ca35689112f..71026e79f60 100644
--- a/source/blender/editors/interface/interface_context_menu.c
+++ b/source/blender/editors/interface/interface_context_menu.c
@@ -1117,20 +1117,6 @@ bool ui_popup_context_menu_for_button(bContext *C, uiBut *but)
&ptr_props);
RNA_string_set(&ptr_props, "doc_id", buf);
}
-
- /* XXX inactive option, not for public! */
-#if 0
- uiItemFullO(layout,
- "WM_OT_doc_edit",
- "Submit Description",
- ICON_NONE,
- NULL,
- WM_OP_INVOKE_DEFAULT,
- 0,
- &ptr_props);
- RNA_string_set(&ptr_props, "doc_id", buf);
- RNA_string_set(&ptr_props, "doc_new", RNA_property_description(but->rnaprop));
-#endif
}
}