a little clean of no used line

.
This commit is contained in:
2006-05-28 17:17:18 +00:00
parent 82ffa15c28
commit c4abb5e7ca

View File

@@ -962,7 +962,6 @@ PyObject *M_Text3d_LoadFont( PyObject * self, PyObject * args )
vf= exist_vfont(fontfile);
if( vf )
return Font_CreatePyObject( vf );
/* return EXPP_incr_ret( Py_None ); */
/* No use for that -- lukep
else
vf= NULL;