2.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.

This commit is contained in:
2009-04-01 15:23:46 +00:00
parent f3b84c9d52
commit 7e5057809f

View File

@@ -427,8 +427,8 @@ static struct PyMethodDef ui_methods[] = {
{"getWindowPtr", (PyCFunction)Method_getWindowPtr, METH_NOARGS, ""},
/* Adding panels should be moved, at the moment there is no obvious place as there is with operators */
{"addPanel", (PyCFunction)PyPanel_wrap_add, METH_VARARGS, ""},
{"removePanel", (PyCFunction)PyPanel_wrap_remove, METH_VARARGS, ""},
// XXX missing file {"addPanel", (PyCFunction)PyPanel_wrap_add, METH_VARARGS, ""},
// XXX missing file {"removePanel", (PyCFunction)PyPanel_wrap_remove, METH_VARARGS, ""},
{NULL, NULL, 0, NULL}
};