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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-24 15:19:23 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-24 15:19:23 +0300
commit3f1f2b30354a28f4a6a002586b745b3bd34fb66f (patch)
treed1a833f98f508b311a3ba286aa75097616499d5f /source/blender/makesrna
parent1b12c2d423f3b7265455e42dc5f5c5e20c56624d (diff)
Cleanup: removed unused 3D view header template.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_ui_api.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_ui_api.c b/source/blender/makesrna/intern/rna_ui_api.c
index 4ab144996eb..8c1bb578349 100644
--- a/source/blender/makesrna/intern/rna_ui_api.c
+++ b/source/blender/makesrna/intern/rna_ui_api.c
@@ -1072,10 +1072,6 @@ void RNA_api_ui_layout(StructRNA *srna)
RNA_def_function(srna, "template_operator_search", "uiTemplateOperatorSearch");
- func = RNA_def_function(srna, "template_header_3D", "uiTemplateHeader3D");
- RNA_def_function_flag(func, FUNC_USE_CONTEXT);
- RNA_def_function_ui_description(func, "Inserts common 3DView header UI (selectors for context mode, shading, etc.)");
-
func = RNA_def_function(srna, "template_header_3D_mode", "uiTemplateHeader3D_mode");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
RNA_def_function_ui_description(func, "");