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:
authorMartin Poirier <theeth@yahoo.com>2005-07-24 13:21:31 +0400
committerMartin Poirier <theeth@yahoo.com>2005-07-24 13:21:31 +0400
commit1d27a7676b261cd5eecde5828a396398376f6af1 (patch)
tree3f58f0ee4946fc9bd42c1013773c8c9ef33b30ab /source/blender/src/transform_constraints.c
parentee6bcd01a212d61a800499c5fa0521d36eae6008 (diff)
GCC 4 didn't like static function after non static prototype. Moved prototype to c file and added static to it.
Diffstat (limited to 'source/blender/src/transform_constraints.c')
-rwxr-xr-xsource/blender/src/transform_constraints.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/transform_constraints.c b/source/blender/src/transform_constraints.c
index 24ff6b20587..fe7b956513c 100755
--- a/source/blender/src/transform_constraints.c
+++ b/source/blender/src/transform_constraints.c
@@ -84,8 +84,7 @@
#include "transform.h"
-extern ListBase editNurb;
-extern ListBase editelems;
+static void drawObjectConstraint(TransInfo *t);
/* ************************** CONSTRAINTS ************************* */
void constraintNumInput(TransInfo *t, float vec[3])