From 01d9bbaa5ef914b779bc00decd85f9336340db26 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Feb 2014 11:35:40 +1100 Subject: Code cleanup: remove more string encoded menu functions --- source/blender/editors/armature/editarmature_sketch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/armature/editarmature_sketch.c') 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) { -- cgit v1.2.3