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>2012-04-23 12:05:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 12:05:02 +0400
commitb9a2741f68c46fdf86d19eef845b803f9e96b1d9 (patch)
tree3acf958e19890b5430de63e4fc6eae8ec76f77db /source/blender/makesdna
parentceffa6e1fab2b4b1388458bcf7c735e2783f90d8 (diff)
code cleanup: remove unused defines
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 817ebaf8012..e21ca52ecb3 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -640,10 +640,6 @@ typedef struct GameData {
/* physicsEngine */
#define WOPHY_NONE 0
-#define WOPHY_ENJI 1
-#define WOPHY_SUMO 2
-#define WOPHY_DYNAMO 3
-#define WOPHY_ODE 4
#define WOPHY_BULLET 5
/* obstacleSimulation */