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>2006-01-28 23:17:48 +0300
committerTon Roosendaal <ton@blender.org>2006-01-28 23:17:48 +0300
commit240e25ab652492ad8e0a713b3907aa490b1a70b3 (patch)
tree583502a6fb9983056e0b213605cecc202dfee7e7 /source/blender/python/api2_2x/Pose.c
parent2fbef6f9c9224450f4de567466c5b573dc1ec062 (diff)
Cleanup of blender/ module; Makefiles now compile this warning free.
Mostly was unused variables, unused functions, missing prototypes and missing include files.
Diffstat (limited to 'source/blender/python/api2_2x/Pose.c')
-rw-r--r--source/blender/python/api2_2x/Pose.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Pose.c b/source/blender/python/api2_2x/Pose.c
index 577eb1029a3..b5a96de5dc6 100644
--- a/source/blender/python/api2_2x/Pose.c
+++ b/source/blender/python/api2_2x/Pose.c
@@ -57,11 +57,11 @@ extern void chan_calc_mat(bPoseChannel *chan);
//------------------------ERROR CODES---------------------------------
//This is here just to make me happy and to have more consistant error strings :)
static const char sPoseError[] = "Pose - Error: ";
-static const char sPoseBadArgs[] = "Pose - Bad Arguments: ";
+//static const char sPoseBadArgs[] = "Pose - Bad Arguments: ";
static const char sPoseBoneError[] = "PoseBone - Error: ";
-static const char sPoseBoneBadArgs[] = "PoseBone - Bad Arguments: ";
+//static const char sPoseBoneBadArgs[] = "PoseBone - Bad Arguments: ";
static const char sPoseBonesDictError[] = "PoseBone - Error: ";
-static const char sPoseBonesDictBadArgs[] = "PoseBone - Bad Arguments: ";
+//static const char sPoseBonesDictBadArgs[] = "PoseBone - Bad Arguments: ";
//################## PoseBonesDict_Type (internal) ########################
/*This is an internal psuedo-dictionary type that allows for manipulation