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:
authorNick Samarin <nicks1987@bigmir.net>2010-07-22 00:54:53 +0400
committerNick Samarin <nicks1987@bigmir.net>2010-07-22 00:54:53 +0400
commitc6ea23c77c441e49ba171b6d58f1601971d3f222 (patch)
tree0855d60a3ac9bf1699313ab2633cdde502d4e75a /source/blender/makesdna/DNA_actuator_types.h
parentb7819807b33ded7c20956c52bcaf1ee93bf428f7 (diff)
parent969c0fd718ed500fedfdeb1b4a5c0026febdb975 (diff)
synched with trunk at revision 30597
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index f3e8dc93cfd..46e5b3e0d44 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -249,13 +249,6 @@ typedef struct bActuator {
} bActuator;
-typedef struct FreeCamera {
- float mass, accelleration;
- float maxspeed, maxrotspeed, maxtiltspeed;
- int flag;
- float rotdamp, tiltdamp, speeddamp, pad;
-} FreeCamera;
-
/* objectactuator->flag */
#define ACT_FORCE_LOCAL 1
#define ACT_TORQUE_LOCAL 2