]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.hxx
New PathsDialog, for managing locations.
[flightgear.git] / src / Network / native_ctrls.hxx
index 4e4afe57912be493887cada70b7f9af941e733ad..01bb717a159febc6a4e889dbdc468c3a84356699 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <string>
 
-#include <Aircraft/controls.hxx>
 #include "protocol.hxx"
 #include "net_ctrls.hxx"
 
@@ -38,8 +37,6 @@ using std::string;
 class FGNativeCtrls : public FGProtocol {
 
     FGNetCtrls net_ctrls;
-    FGControls ctrls;
-
 public:
 
     FGNativeCtrls();