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/include/ED_armature.h
parent67ba7e50d4547957c9df1656fe9ba3b5ca96b0ab (diff)
Code cleanup: remove more string encoded menu functions
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 61fcdc86d58..dea4b2448ff 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -187,7 +187,6 @@ void BIF_deleteSketch(struct bContext *C);
void BIF_selectAllSketch(struct bContext *C, int mode); /* -1: deselect, 0: select, 1: toggle */
void BIF_makeListTemplates(const struct bContext *C);
-const char *BIF_listTemplates(const struct bContext *C);
int BIF_currentTemplate(const struct bContext *C);
void BIF_freeTemplates(struct bContext *C);
void BIF_setTemplate(struct bContext *C, int index);