From 64e3c052d670ff8f7937c56d909b59bbc752a3d7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 28 Aug 2003 12:49:38 +0000 Subject: [PATCH] Removed double line spacing in ExternalReference code. --- src/osgPlugins/flt/flt2osg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osgPlugins/flt/flt2osg.cpp b/src/osgPlugins/flt/flt2osg.cpp index 911f87766..39c701bd2 100644 --- a/src/osgPlugins/flt/flt2osg.cpp +++ b/src/osgPlugins/flt/flt2osg.cpp @@ -1861,7 +1861,6 @@ osg::Group* ConvertFromFLT::visitExternal(osg::Group& osgParent, ExternalRecord* osgDB::PushAndPopDataPath tmpfile(osgDB::getFilePath(rec->getFilename())); - FltFile* pFile = rec->getExternal(); osg::Group* external = NULL; if (pFile)