clean up some warnings. no executable changes.

This commit is contained in:
Stephen Swaney
2006-12-01 17:53:04 +00:00
parent db5d58aaa2
commit e3b72755cc
3 changed files with 6 additions and 4 deletions

View File

@@ -38,7 +38,5 @@
#include "vector.h"
PyObject *Geometry_Init( void );
static PyObject *M_Geometry_PolyFill( PyObject * self, PyObject * args );
static PyObject *M_Geometry_LineIntersect2D( PyObject * self, PyObject * args );
#endif /* EXPP_Geometry_H */