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>2014-02-15 04:35:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-15 04:37:33 +0400
commit01d9bbaa5ef914b779bc00decd85f9336340db26 (patch)
tree77ec465e50170a1548c2ec34c8f4e710114ff0aa /source/blender/editors/armature/editarmature_sketch.c
parent67ba7e50d4547957c9df1656fe9ba3b5ca96b0ab (diff)
Code cleanup: remove more string encoded menu functions
Diffstat (limited to 'source/blender/editors/armature/editarmature_sketch.c')
-rw-r--r--source/blender/editors/armature/editarmature_sketch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c
index f421cd1b7fb..a1ba76c3c08 100644
--- a/source/blender/editors/armature/editarmature_sketch.c
+++ b/source/blender/editors/armature/editarmature_sketch.c
@@ -165,6 +165,7 @@ void BIF_makeListTemplates(const bContext *C)
}
}
+#if 0 /* UNUSED */
const char *BIF_listTemplates(const bContext *UNUSED(C))
{
GHashIterator ghi;
@@ -194,6 +195,7 @@ const char *BIF_listTemplates(const bContext *UNUSED(C))
return TEMPLATES_MENU;
}
+#endif
int BIF_currentTemplate(const bContext *C)
{