From 919ccdb96a7abf5ed7b21f1c156cf4ded4924e33 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 21 Jan 2006 10:03:36 +0000 Subject: [PATCH] Remove a leftover from a previous patch. --- src/Main/fg_init.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Main/fg_init.hxx b/src/Main/fg_init.hxx index a6cb5e99a..567899904 100644 --- a/src/Main/fg_init.hxx +++ b/src/Main/fg_init.hxx @@ -80,9 +80,6 @@ bool fgInitSubsystems(); void fgReInitSubsystems(); -// find basic airport location info from airport database -bool fgFindAirportID( const string& id, FGAirport *a ); - // Set the initial position based on presets (or defaults) bool fgInitPosition(); -- 2.39.5