]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
One more Mac helper moved into CocoaHelpers.mm
[flightgear.git] / src / Main / fg_init.hxx
index 6341f43520c2e23da627810b5deb816733f73b3d..b26af11f26a553928faae94378b1b6773395507d 100644 (file)
@@ -34,10 +34,10 @@ class SGPropertyNode;
 // Return the current base package version
 std::string fgBasePackageVersion();
 
-void fgInitHome();
+bool 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 ();
 
@@ -67,15 +64,6 @@ void fgPostInitSubsystems();
 // Reset: this is what the 'reset' command (and hence, GUI) is attached to
 void fgReInitSubsystems();
 
-/*
- * Search in the current directory, and in on directory deeper
- * for <aircraft>-set.xml configuration files and show the aircaft name
- * and the contents of the<description> tag in a sorted manner.
- *
- * @parampath the directory to search for configuration files
- */
-void fgShowAircraft(const SGPath &path);
-
 #endif // _FG_INIT_HXX