committed this by mistake.

This commit is contained in:
2011-06-02 09:04:07 +00:00
parent ab2450a58d
commit 1ba4550d27

View File

@@ -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}
};