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>2010-07-30 05:13:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-30 05:13:07 +0400
commit520d12e13e2143cfd54a7696df94cd87e7a51e39 (patch)
tree6c25870bb2517e8d65410346301bc2106727cc15 /source/blender/editors/interface/interface_templates.c
parent9a9e04edfba277e6315be8a4a400fbda2b1423d3 (diff)
3 duplicate functions: bone_flip_name() object_flip_name() flip_side_name()
removed object_flip_name() & bone_flip_name(), use flip_side_name()
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 01d2ad29b0e..488258d2a06 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -1321,7 +1321,6 @@ static void colorband_add_cb(bContext *C, void *cb_v, void *coba_v)
static void colorband_del_cb(bContext *C, void *cb_v, void *coba_v)
{
ColorBand *coba= coba_v;
- int a;
if(colorband_element_remove(coba, coba->cur)) {
ED_undo_push(C, "Delete colorband");