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>2005-05-04 16:53:35 +0400
committerTon Roosendaal <ton@blender.org>2005-05-04 16:53:35 +0400
commit3b2c30dae44c953332b37483634a6222ad214d18 (patch)
tree0dc351380dff726e9fd8981bb111feb2d9a40ada /source/blender/src/transform.c
parent4664431d76bfc22ecdef026fd2622ff9af26d04c (diff)
Another big cleanup, thanks to transform recode. Could do this stage
because Martin recoded the Mirror(). - removed old globals like 'tottrans' or 'centre' or 'centroid' as used by old transform - removed a lot of code from editobject.c - moved all transform related code to transform_conversions.c (Note for Martin; sorry that's a mess... it now has all the weird functions for finding posemode dependencies... thats for the depgraph phase to remove)
Diffstat (limited to 'source/blender/src/transform.c')
-rwxr-xr-xsource/blender/src/transform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/transform.c b/source/blender/src/transform.c
index 53097a2a25e..db209780492 100755
--- a/source/blender/src/transform.c
+++ b/source/blender/src/transform.c
@@ -188,7 +188,6 @@ static void view_editmove(unsigned short event)
}
}
-
void Transform(int mode, int context)
{
int ret_val = 0;