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:
authorTon Roosendaal <ton@blender.org>2009-01-05 19:15:23 +0300
committerTon Roosendaal <ton@blender.org>2009-01-05 19:15:23 +0300
commitc6d5604c82e058fcd0f703abc5ba8b6e186475ee (patch)
tree5117c868e18c801032b3e8b575b26ca05ceed8f9 /source/blender/editors/armature/editarmature.c
parent73f852b3acee2e8d372dc478f351c43b20c301ea (diff)
2.5
More linking issues with armature commit, but we'll get there :)
Diffstat (limited to 'source/blender/editors/armature/editarmature.c')
-rw-r--r--source/blender/editors/armature/editarmature.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index e3b9aa03a03..964f0031be9 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -87,8 +87,6 @@
#include "reeb.h"
#endif
-extern float center[3], centroid[3]; /* Originally defined in editobject.c */
-
/* ************* XXX *************** */
static int okee() {return 0;}
static int pupmenu() {return 0;}