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:
authorJoshua Leung <aligorith@gmail.com>2009-04-14 14:18:48 +0400
committerJoshua Leung <aligorith@gmail.com>2009-04-14 14:18:48 +0400
commit2d17d8623910b7cbcb353d410a47b9c758d8bc41 (patch)
treea07a0ba63591d1e64cbdd48bb0e2104a2284c316 /source/blender/blenkernel/BKE_action.h
parentcf6a1630cf365354a74e9a721a4122a3fc7481c9 (diff)
Action Code - Tidied up some code that wasn't working yet
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index a5a978ae3fa..ccab3ecb99e 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -64,9 +64,8 @@ void free_action(struct bAction *act);
// XXX is this needed?
void make_local_action(struct bAction *act);
-
+
/* Some kind of bounding box operation on the action */
-// XXX depreceated..
void calc_action_range(const struct bAction *act, float *start, float *end, int incl_hidden);
/* Action Groups API ----------------- */