From: frohlich Date: Thu, 15 Jun 2006 19:12:57 +0000 (+0000) Subject: Remove unused extern decls X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d4f23919c9d8519de027f3b17866b759f50b47c;p=simgear.git Remove unused extern decls --- diff --git a/simgear/scene/model/custtrans.cxx b/simgear/scene/model/custtrans.cxx index b8857013..7957a61d 100755 --- a/simgear/scene/model/custtrans.cxx +++ b/simgear/scene/model/custtrans.cxx @@ -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 ) {