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:
authorStephen Swaney <sswaney@centurytel.net>2004-07-26 11:15:00 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-07-26 11:15:00 +0400
commitf64c5cacf707d7a1ef36b45ea4f5569a732802f6 (patch)
treec788a7ad77ecc791d6090b4a305abed633e5d67c /source/blender/python/api2_2x/Ipo.c
parent5f034d61b811d0c2a8e527d65795bf44806ca7ac (diff)
roll back changes made in Ipo.c version 1.25 so we can
easily apply Nathan's ipo patch which was made against version 1.24. this version is the same as 1.24
Diffstat (limited to 'source/blender/python/api2_2x/Ipo.c')
-rw-r--r--source/blender/python/api2_2x/Ipo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/python/api2_2x/Ipo.c b/source/blender/python/api2_2x/Ipo.c
index 90f42e0fe61..9033219e764 100644
--- a/source/blender/python/api2_2x/Ipo.c
+++ b/source/blender/python/api2_2x/Ipo.c
@@ -48,7 +48,6 @@ void getname_mat_ei (int nr, char *str);
void getname_world_ei (int nr, char *str);
void getname_cam_ei (int nr, char *str);
void getname_ob_ei (int nr, char *str);
-void getname_ac_ei (int nr, char *str);
/*****************************************************************************/
/* Python API function prototypes for the Ipo module. */
@@ -665,11 +664,6 @@ GetIpoCurveName (IpoCurve * icu, char *s)
getname_ob_ei (icu->adrcode, s);
break;
}
- case ID_AC:
- {
- getname_ac_ei (icu->adrcode, s);
- break;
- }
}
}