]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Remove confusing reference to SDL/GLUT
[flightgear.git] / src / Main / fg_init.hxx
index 6341f43520c2e23da627810b5deb816733f73b3d..5329b03811ed279b1f80c4c3309773725b1455e3 100644 (file)
@@ -37,7 +37,7 @@ std::string fgBasePackageVersion();
 void fgInitHome();
 
 // Read in configuration (file and command line)
-bool fgInitConfig ( int argc, char **argv );
+int fgInitConfig ( int argc, char **argv );
 
 
 // log various settings / configuration state
@@ -46,9 +46,6 @@ void fgOutputSettings();
 // Initialize the localization
 SGPropertyNode *fgInitLocale(const char *language);
 
-/// retrieve the user's desktop directory path
-SGPath platformDesktopPath();
-
 // Init navaids and waypoints
 bool fgInitNav ();