]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Scenery / tileentry.hxx
index 5f413b04732b0454032d9dcc19f54fc49dfe4d51..fec233e997cf06836089048cf0c5fcccfd4dc4a9 100644 (file)
@@ -218,11 +218,6 @@ public:
     // Destructor
     ~FGTileEntry();
 
-#ifdef WISH_PLIB_WAS_THREADED // but it isn't
-    // Schedule tile to be freed/removed
-    void sched_removal();
-#endif
-
     // Clean up the memory used by this tile and delete the arrays
     // used by ssg as well as the whole ssg branch.  This does a
     // partial clean up and exits so we can spread the load across