remove python api cruft from custom operator registration

This commit is contained in:
2009-12-30 22:51:44 +00:00
parent 26de5e5f2b
commit 453945e9e3
6 changed files with 0 additions and 652 deletions

View File

@@ -28,9 +28,5 @@
#include <Python.h>
/* these are used for operator methods, used by bpy_operator.c */
PyObject *PYOP_wrap_add(PyObject *self, PyObject *args);
PyObject *PYOP_wrap_add_macro(PyObject *self, PyObject *args);
PyObject *PYOP_wrap_macro_define(PyObject *self, PyObject *args);
PyObject *PYOP_wrap_remove(PyObject *self, PyObject *args);
#endif