]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_menu_init.cpp
Make yasim accept the launchbar and hook properties. They are not tied to anything...
[flightgear.git] / src / FDM / UIUCModel / uiuc_menu_init.cpp
index 10cb0ea61d04058d671af0f35187e054ddaa2213..2cec96f27e7221c026fe65833d7aa7453b75e6e8 100644 (file)
@@ -21,6 +21,7 @@
                06/30/2003   (RD) replaced istrstream with istringstream
                             to get rid of the annoying warning about
                             using the strstream header
+               08/20/2003   (RD) removed old_flap_routine
 
 ----------------------------------------------------------------------
 
@@ -474,11 +475,6 @@ void parse_init( const string& linetoken2, const string& linetoken3,
          token4 >> port_num;
          break;
        }
-      case old_flap_routine_flag:
-       {
-         old_flap_routine = true;
-         break;
-       }
       case icing_demo_flag:
        {
          icing_demo = true;