Cleanup: remove unused Python operator defines
This commit is contained in:
@@ -10,12 +10,4 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
extern PyTypeObject pyop_base_Type;
|
||||
|
||||
#define BPy_OperatorBase_Check(v) (PyObject_TypeCheck(v, &pyop_base_Type))
|
||||
|
||||
struct BPy_OperatorBase {
|
||||
PyObject_HEAD /* Required Python macro. */
|
||||
};
|
||||
|
||||
[[nodiscard]] PyObject *BPY_operator_module();
|
||||
|
||||
Reference in New Issue
Block a user