Remove unused extern decls

This commit is contained in:
frohlich
2006-06-15 19:12:57 +00:00
parent 899623f71b
commit 6d4f23919c

View File

@@ -5,9 +5,6 @@
#include "custtrans.hxx"
void _ssgPushMatrix ( sgMat4 m );
void _ssgPopMatrix ();
void _ssgReadInt ( FILE *fd, int *var );
void _ssgWriteInt ( FILE *fd, const int var );
extern sgMat4 _ssgOpenGLAxisSwapMatrix;
void SGCustomTransform::copy_from( SGCustomTransform *src, int clone_flags )
{