]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/transmissionlist.cxx
Merge branch 'tbm/graphics-bug' into next
[flightgear.git] / src / ATCDCL / transmissionlist.cxx
index 1f55609a359b03040a5334be57918b8c24bed4e5..f9e4fe373b09b4c80ca8df8f68689285c91c2085 100644 (file)
@@ -70,20 +70,6 @@ bool FGTransmissionList::init( const SGPath& path ) {
     // in >> skipeol;
     // in >> skipcomment;
 
-#ifdef __MWERKS__
-
-    char c = 0;
-    while ( in.get(c) && c != '\0' ) {
-        in.putback(c);
-        in >> a;
-       if ( a.get_type() != '[' ) {
-           transmissionlist_code[a.get_station()].push_back(a);
-       }
-        in >> skipcomment;
-    }
-
-#else
-
     double min = 100000;
     double max = 0;
 
@@ -107,8 +93,6 @@ bool FGTransmissionList::init( const SGPath& path ) {
         */
     }
  
-#endif
-
     // init ATC menu
     fgSetBool("/sim/atc/menu",false);