]> git.mxchange.org Git - simgear.git/commitdiff
Remove unused extern decls
authorfrohlich <frohlich>
Thu, 15 Jun 2006 19:12:57 +0000 (19:12 +0000)
committerfrohlich <frohlich>
Thu, 15 Jun 2006 19:12:57 +0000 (19:12 +0000)
simgear/scene/model/custtrans.cxx

index b885701342c0cfa92e9bce4106e34e0513edb13a..7957a61d10a85b125e3e97557f357add176109cf 100755 (executable)
@@ -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 )
 {