X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.hxx;h=4ad8b133d335e1f3292fc3c12122411171a724ce;hb=52ac173257bf9cc780f0faee5049314442083140;hp=4af5349e6c6000beceee6e096f2a4f86c6a2ba5a;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Main/options.hxx b/src/Main/options.hxx index 4af5349e6..4ad8b133d 100644 --- a/src/Main/options.hxx +++ b/src/Main/options.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -33,6 +33,5 @@ extern void fgSetDefaults (); extern void fgParseArgs (int argc, char ** argv); extern void fgParseOptions (const string &file_path); extern void fgUsage (bool verbose = false); -extern void fgShowAircraft(const SGPath &path, bool recursive); #endif /* _OPTIONS_HXX */