MEM_freeN() and MEM_mallocN() should not have been redeclared in this

file.
This commit is contained in:
Chris Want 2005-08-29 02:47:55 +00:00
parent 796e4d33e0
commit 5dd3bfdb18
1 changed files with 0 additions and 4 deletions

View File

@ -279,8 +279,6 @@ static PyObject *IpoCurve_getExtrapolation( C_IpoCurve * self )
static PyObject *IpoCurve_addBezier( C_IpoCurve * self, PyObject * args )
{
short MEM_freeN( void *vmemh );
void *MEM_mallocN( unsigned int len, char *str );
float x, y;
int npoints;
IpoCurve *icu;
@ -331,8 +329,6 @@ static PyObject *IpoCurve_addBezier( C_IpoCurve * self, PyObject * args )
static PyObject *IpoCurve_delBezier( C_IpoCurve * self, PyObject * args )
{
//short MEM_freeN( void *vmemh );
//void *MEM_mallocN( unsigned int len, char *str );
int npoints;
int index;
IpoCurve *icu;