From 42a6b2fd06e4fefe1bdb283d9e568d7f7dca178e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Dec 2021 17:24:04 +1100 Subject: Cleanup: move public doc-strings into headers for 'python' --- source/blender/python/bmesh/bmesh_py_ops_call.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/python/bmesh/bmesh_py_ops_call.c') diff --git a/source/blender/python/bmesh/bmesh_py_ops_call.c b/source/blender/python/bmesh/bmesh_py_ops_call.c index 24887b24eb6..f1423c20b3b 100644 --- a/source/blender/python/bmesh/bmesh_py_ops_call.c +++ b/source/blender/python/bmesh/bmesh_py_ops_call.c @@ -745,9 +745,6 @@ static PyObject *bpy_slot_to_py(BMesh *bm, BMOpSlot *slot) return item; } -/** - * This is the __call__ for bmesh.ops.xxx() - */ PyObject *BPy_BMO_call(BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw) { PyObject *ret; -- cgit v1.2.3