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>2011-01-17 00:12:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-17 00:12:38 +0300
commitfd448bcfc7a4bfb3698ec8d88094d439b94a1a92 (patch)
tree99c8cb2ccb36333aad404636288ebe7053a92f1a /source/gameengine
parent26ee86b20dada4a46d31f34a25b063c65be0230c (diff)
remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Expressions/Value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/Expressions/Value.h b/source/gameengine/Expressions/Value.h
index e6ea431ec1c..b4bb34b0331 100644
--- a/source/gameengine/Expressions/Value.h
+++ b/source/gameengine/Expressions/Value.h
@@ -75,8 +75,6 @@
#endif //WIN32
#endif
-#define EDITOR_LEVEL_VERSION 0x06
-
enum VALUE_OPERATOR {
VALUE_MOD_OPERATOR, // %