Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/NLA.c')
-rw-r--r--source/blender/python/api2_2x/NLA.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/python/api2_2x/NLA.c b/source/blender/python/api2_2x/NLA.c
index 2c7f466cb56..22df94b4bfb 100644
--- a/source/blender/python/api2_2x/NLA.c
+++ b/source/blender/python/api2_2x/NLA.c
@@ -406,12 +406,6 @@ PyObject *Action_CreatePyObject( struct bAction * act )
}
/*----------------------------------------------------------------------*/
-int Action_CheckPyObject( PyObject * py_obj )
-{
- return ( py_obj->ob_type == &Action_Type );
-}
-
-/*----------------------------------------------------------------------*/
struct bAction *Action_FromPyObject( PyObject * py_obj )
{
BPy_Action *blen_obj;