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:
authorTon Roosendaal <ton@blender.org>2007-12-29 17:31:26 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 17:31:26 +0300
commit6407b5f70374c682b6f8e9b28fcf6c49fdab46ca (patch)
tree32bb2a442a98d70a02a37fda3579895e3741852d /source/blender/blenkernel/intern/script.c
parent1f78baa0f7a6c9b049cd1008368bdd8c98ed6265 (diff)
Cleanup work for 2.5 branch. Target is to get it compile and link
still!
Diffstat (limited to 'source/blender/blenkernel/intern/script.c')
-rw-r--r--source/blender/blenkernel/intern/script.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/blender/blenkernel/intern/script.c b/source/blender/blenkernel/intern/script.c
index b99c2c51441..fda5cf89298 100644
--- a/source/blender/blenkernel/intern/script.c
+++ b/source/blender/blenkernel/intern/script.c
@@ -38,9 +38,8 @@
#include "BPI_script.h"
#include "MEM_guardedalloc.h"
-#include "BKE_bad_level_calls.h" /* for BPY_clear_script */
-/*
+
#include "BLI_blenlib.h"
#include "BKE_utildefines.h"
#include "BKE_library.h"
@@ -49,11 +48,6 @@
#include "BPY_extern.h" // Blender Python library
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-*/
-
/* XXX this function and so also the file should not be needed anymore,
* since we have to force clearing all Python related data before freeing
* Blender's library. Still testing, will decide later (Willian). */