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:
authorCampbell Barton <ideasman42@gmail.com>2013-10-23 07:57:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-23 07:57:42 +0400
commit292d1f55fdaebfb7c5fd69496f26ce2e1bc668eb (patch)
tree8345fdb43abce99e36ffa61f1da25d6e8def70e4 /source/blender/editors/include/ED_transform.h
parent304a32bf1f1e9a5b69c9ab938e80919c50a601ed (diff)
refactor transform.c - minor changes
- use TREDRAW_HARD define - use apply prefix for transform callbacks. - make callbacks static.
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 eff79b6a039..8ad78630dc7 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -130,8 +130,6 @@ void ED_getTransformOrientationMatrix(const struct bContext *C, float orientatio
int BIF_countTransformOrientation(const struct bContext *C);
-void BIF_TransformSetUndo(const char *str);
-
/* to be able to add operator properties to other operators */
#define P_MIRROR (1 << 0)