From 6d4f23919c9d8519de027f3b17866b759f50b47c Mon Sep 17 00:00:00 2001 From: frohlich Date: Thu, 15 Jun 2006 19:12:57 +0000 Subject: [PATCH] Remove unused extern decls --- simgear/scene/model/custtrans.cxx | 3 --- 1 file changed, 3 deletions(-) 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 ) { -- 2.39.5