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-06-02 13:04:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-02 13:04:07 +0400
commit1ba4550d2786bf5348d43a7285d37a66d53d461e (patch)
treefd86bb5d2dae77d48cae341df465e808e20fbf02 /source/blender/python/intern
parentab2450a58d8ac4d4d9fd3534ac1843ffa7831ea0 (diff)
committed this by mistake.
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_interface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index 089c9b37788..e6f4c5713a1 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -171,8 +171,6 @@ void BPY_context_set(bContext *C)
/* defined in AUD_C-API.cpp */
extern PyObject *AUD_initPython(void);
-/* defined in gpu_python.c */
-extern PyObject *GPU_initPython(void);
static struct _inittab bpy_internal_modules[]= {
{(char *)"noise", BPyInit_noise},
@@ -181,7 +179,6 @@ static struct _inittab bpy_internal_modules[]= {
{(char *)"bgl", BPyInit_bgl},
{(char *)"blf", BPyInit_blf},
{(char *)"aud", AUD_initPython},
- {(char *)"gpu", GPU_initPython},
{NULL, NULL}
};