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-05-21 02:39:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-21 02:39:31 +0300
commit07dd208209ce24b95e992928edcb63638256bf00 (patch)
tree95430fb23e28a15daa9430001d791bef2e31c612 /source/blender/makesrna/intern
parent53d1026f2ac84a602638ee5d41a91a2492fd18e7 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index d578c17fe2c..eadb4764abf 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -82,8 +82,6 @@
#include "BLI_threads.h"
-#define NO_ENGINE "NO_ENGINE"
-
#ifdef WITH_OPENEXR
EnumPropertyItem rna_enum_exr_codec_items[] = {
{R_IMF_EXR_CODEC_NONE, "NONE", 0, "None", ""},
@@ -9322,5 +9320,3 @@ void RNA_def_scene(BlenderRNA *brna)
}
#endif
-
-#undef NO_ENGINE