]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/TileEntry.cxx
scenery: move static ReaderWriter proxies around.
[simgear.git] / simgear / scene / tgdb / TileEntry.cxx
index e292b55e1e001536edef1f95d0c9a3789bdf7862..fffb7f9adc90c14f177c498c7e2f485f7c698f0f 100644 (file)
@@ -35,6 +35,7 @@
 #include <osg/ProxyNode>
 
 #include <osgDB/FileNameUtils>
+#include <osgDB/FileUtils>
 #include <osgDB/ReaderWriter>
 #include <osgDB/ReadFile>
 #include <osgDB/Registry>
 #include <simgear/misc/sgstream.hxx>
 #include <simgear/scene/material/mat.hxx>
 #include <simgear/scene/material/matlib.hxx>
-#include <simgear/scene/model/ModelRegistry.hxx>
 #include <simgear/scene/tgdb/apt_signs.hxx>
 #include <simgear/scene/tgdb/obj.hxx>
 #include <simgear/scene/util/OsgMath.hxx>
 #include <simgear/scene/util/SGReaderWriterOptions.hxx>
 
-#include "ReaderWriterSPT.hxx"
-#include "ReaderWriterSTG.hxx"
 #include "SGOceanTile.hxx"
 #include "TileEntry.hxx"
 
@@ -62,15 +60,6 @@ using namespace simgear;
 
 static ModelLoadHelper *_modelLoader=0;
 
-namespace {
-osgDB::RegisterReaderWriterProxy<ReaderWriterSTG> g_readerWriterSTGProxy;
-ModelRegistryCallbackProxy<LoadOnlyCallback> g_stgCallbackProxy("stg");
-
-osgDB::RegisterReaderWriterProxy<ReaderWriterSPT> g_readerWriterSPTProxy;
-ModelRegistryCallbackProxy<LoadOnlyCallback> g_sptCallbackProxy("spt");
-}
-
-
 static SGBucket getBucketFromFileName(const std::string& fileName)
 {
     std::istringstream ss(osgDB::getNameLessExtension(fileName));