]> 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 ffadf6d22507b5d8fe6a3b8b79c1a74c9bf8231d..b26af11f26a553928faae94378b1b6773395507d 100644 (file)
@@ -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