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>2009-07-19 21:42:01 +0400
committerMartin Poirier <theeth@yahoo.com>2009-07-19 21:42:01 +0400
commit8ac67fcd21039676011b5393e22a0fede89c34c9 (patch)
treee6d944479ab1a60c4efa32a37cc59ce0812b4924 /source/blender/editors/include/ED_transform.h
parent20f1fb6a7f430eadcefaf5a8c30c4e6349df8d7a (diff)
Remove unneeded manipulator functions.
Disable manipulator drawing while moving. This still use G.moving, but that's acceptable for now (it's sort of a weird display option, after talk with Ton, we couldn't find a good place to set it).
Diffstat (limited to 'source/blender/editors/include/ED_transform.h')
-rw-r--r--source/blender/editors/include/ED_transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index de1294c9b2b..984def760ae 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -132,8 +132,6 @@ void Properties_Snapping(struct wmOperatorType *ot, short align);
void Properties_Constraints(struct wmOperatorType *ot);
/* view3d manipulators */
-void initManipulator(int mode);
-void ManipulatorTransform();
int BIF_do_manipulator(struct bContext *C, struct wmEvent *event, struct wmOperator *op);
void BIF_draw_manipulator(const struct bContext *C);