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
This commit is contained in:
Stephen Swaney 2004-07-26 07:15:00 +00:00
parent 5f034d61b8
commit f64c5cacf7

@ -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;
}
}
}