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>2007-07-19 16:29:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-07-19 16:29:28 +0400
commitb903864aa52906e75fecb98a20a8bd5f544862f4 (patch)
treeb17cf93aa67d237ac602052a5a6982d06739fd29 /source/blender/blenkernel/BKE_action.h
parentecaafbb70c21137db1fa2cc628ce910f18ccb82a (diff)
removing duplicate constants
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index e848ef0a11b..3caf0ad2cc6 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -153,11 +153,5 @@ float get_action_frame_inv(struct Object *ob, float cframe);
};
#endif
-/* nla strip->mode, for action blending */
-enum {
- POSE_BLEND = 0,
- POSE_ADD
-};
-
#endif