From ac3f0695a2cf3d5706d8f49b1276579889997990 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Sep 2009 01:52:10 +0000 Subject: remove Py_CmpToRich (copy of py3.0 function), instead only support == and != for PyRNA and KX_PySequence types. mesh1 > mesh2 # will raise an error. --- source/blender/python/intern/bpy_util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/python/intern/bpy_util.h') diff --git a/source/blender/python/intern/bpy_util.h b/source/blender/python/intern/bpy_util.h index 0400d595520..83fa7a5b7c4 100644 --- a/source/blender/python/intern/bpy_util.h +++ b/source/blender/python/intern/bpy_util.h @@ -50,8 +50,6 @@ void PyObSpit(char *name, PyObject *var); void PyLineSpit(void); void BPY_getFileAndNum(char **filename, int *lineno); -PyObject *Py_CmpToRich(int op, int cmp); - PyObject *BPY_exception_buffer(void); /* own python like utility function */ -- cgit v1.2.3