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>2017-07-01 13:19:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-01 13:19:12 +0300
commit3de5370e9dfc9d9f90b9bf2d5eeb47e9ae7bf1dd (patch)
treef3e6b5935676eb58d5b6ecfa2c42eed4a3847ee5 /source/blender/makesdna/intern
parent49a35033be60e58ed4910346bc29ffa1954b34ec (diff)
Cleanup: unused defines
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 76be857b1af..182a026df94 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -56,9 +56,6 @@
#include "../blenlib/BLI_sys_types.h" // for intptr_t support
-/* Allow includinsg DNA files for specially guarded namespaces */
-#define DNA_NAMESPACE
-
#define SDNA_MAX_FILENAME_LENGTH 255