From ee5dc4d0bf99fe457ece7b37df72dc1cc12e3cd1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Mar 2007 01:09:14 +0000 Subject: removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's --- source/blender/python/api2_2x/Ipo.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/blender/python/api2_2x/Ipo.c') diff --git a/source/blender/python/api2_2x/Ipo.c b/source/blender/python/api2_2x/Ipo.c index 4c65f31cfe3..674b4e6d3f1 100644 --- a/source/blender/python/api2_2x/Ipo.c +++ b/source/blender/python/api2_2x/Ipo.c @@ -1350,16 +1350,6 @@ PyObject *Ipo_CreatePyObject( Ipo * ipo ) return ( PyObject * ) pyipo; } -/*****************************************************************************/ -/* Function: Ipo_CheckPyObject */ -/* Description: This function returns true when the given PyObject is of the */ -/* type Ipo. Otherwise it will return false. */ -/*****************************************************************************/ -int Ipo_CheckPyObject( PyObject * pyobj ) -{ - return ( pyobj->ob_type == &Ipo_Type ); -} - /*****************************************************************************/ /* Function: Ipo_FromPyObject */ /* Description: This function returns the Blender ipo from the given */ -- cgit v1.2.3