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-07-19 13:23:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-19 13:23:31 +0400
commit4408a4aeffaa48a4346d03d758dce2fb5043b8d3 (patch)
treeb527cb47cb3a6858bc4ef2d0fcc252dcefb31d33 /source/blender/python/generic/bpy_internal_import.h
parent2721a17a31e780b70cc0421c552217134320da80 (diff)
remove unneeded externs
Diffstat (limited to 'source/blender/python/generic/bpy_internal_import.h')
-rw-r--r--source/blender/python/generic/bpy_internal_import.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/generic/bpy_internal_import.h b/source/blender/python/generic/bpy_internal_import.h
index 980e6edca03..1592ec52b4c 100644
--- a/source/blender/python/generic/bpy_internal_import.h
+++ b/source/blender/python/generic/bpy_internal_import.h
@@ -55,9 +55,6 @@ PyObject* bpy_text_reimport(PyObject *module, int *found);
void bpy_text_filename_get(char *fn, size_t fn_len, struct Text *text);
-extern PyMethodDef bpy_import_meth;
-extern PyMethodDef bpy_reload_meth;
-
/* The game engine has its own Main struct, if this is set search this rather than G.main */
struct Main *bpy_import_main_get(void);
void bpy_import_main_set(struct Main *maggie);