]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/scenery.hxx
A couple clean ups ...
[flightgear.git] / src / Scenery / scenery.hxx
index ae40e27099a40ee29a41dff0e131f64fbe198886..a0fc95e8ae10794948d0af944cd64b67e0e830f9 100644 (file)
@@ -64,15 +64,6 @@ extern struct fgSCENERY scenery;
 int fgSceneryInit( void );
 
 
-// Tell the scenery manager where we are so it can load the proper
-// data, and build the proper structures.
-void fgSceneryUpdate(double lon, double lat, double elev);
-
-
-// Render out the current scene
-void fgSceneryRender( void );
-
-
 #endif // _SCENERY_HXX