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:
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rwxr-xr-xsource/blender/include/BIF_transform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index e0b464d147c..e8bdc8c2e30 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -37,7 +37,6 @@
/* MODE AND NUMINPUT FLAGS */
#define TFM_INIT -1
-#define TFM_REPEAT 0
#define TFM_TRANSLATION 1
#define TFM_ROTATION 2
#define TFM_RESIZE 3
@@ -77,7 +76,8 @@ void BIF_drawPropCircle(void);
void BIF_TransformSetUndo(char *str);
/* view3d manipulators */
-void ManipulatorTransform(int mode);
+void initManipulator(int mode);
+void ManipulatorTransform();
int BIF_do_manipulator(struct ScrArea *sa);
void BIF_draw_manipulator(struct ScrArea *sa);