]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/AirportList.hxx
Clear chat messages when an aircraft becomes inactive in the property tree.
[flightgear.git] / src / GUI / AirportList.hxx
index f4340d19c8aefccd39e674314628afbd4d557cbc..c7e6a11b5dcd9c154f5579777cc7a5442fa3d12e 100644 (file)
@@ -7,16 +7,9 @@
 #include STL_STRING
 
 #include <plib/pu.h>
+#include "dialog.hxx"
 
 
-// ugly temproary workaround for plib's lack of user defined class ids  FIXME
-#define FGCLASS_LIST        0x00000001
-#define FGCLASS_AIRPORTLIST 0x00000002
-class GUI_ID { public: GUI_ID(int id) : id(id) {} int id; };
-
-
-#include "puList.hxx"
-
 SG_USING_STD(string);
 
 class FGAirportList;