Skip to content
Snippets Groups Projects
Commit f64c5cac authored by Stephen Swaney's avatar Stephen Swaney
Browse files

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
parent 5f034d61
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ void getname_mat_ei (int nr, char *str); ...@@ -48,7 +48,6 @@ void getname_mat_ei (int nr, char *str);
void getname_world_ei (int nr, char *str); void getname_world_ei (int nr, char *str);
void getname_cam_ei (int nr, char *str); void getname_cam_ei (int nr, char *str);
void getname_ob_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. */ /* Python API function prototypes for the Ipo module. */
...@@ -663,11 +662,6 @@ GetIpoCurveName (IpoCurve * icu, char *s) ...@@ -663,11 +662,6 @@ GetIpoCurveName (IpoCurve * icu, char *s)
case ID_OB: case ID_OB:
{ {
getname_ob_ei (icu->adrcode, s); getname_ob_ei (icu->adrcode, s);
break;
}
case ID_AC:
{
getname_ac_ei (icu->adrcode, s);
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment