]> 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 5329b03811ed279b1f80c4c3309773725b1455e3..b26af11f26a553928faae94378b1b6773395507d 100644 (file)
@@ -34,7 +34,7 @@ class SGPropertyNode;
 // Return the current base package version
 std::string fgBasePackageVersion();
 
-void fgInitHome();
+bool fgInitHome();
 
 // Read in configuration (file and command line)
 int fgInitConfig ( int argc, char **argv );
@@ -64,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