]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.hxx
Remove the StaticLeaf visitor methods.
[flightgear.git] / src / FDM / flight.hxx
index 23eb9025095a46c283c9afd7f8f05346959f73dc..cd953167eb5b935d1d8acf565557ecb3993de1dd 100644 (file)
@@ -84,9 +84,9 @@
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <FDM/groundcache.hxx>
 
-SG_USING_STD(list);
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::list;
+using std::vector;
+using std::string;
 
 // This is based heavily on LaRCsim/ls_generic.h
 class FGInterface : public SGSubsystem {
@@ -601,11 +601,11 @@ public:
     //////////////////////////////////////////////////////////////////////////
 
     enum GroundType {
+      /// I sused at least in YAsim. Deprecate this ad get it from the
+      /// Material instead
       Unknown = 0, //??
       Solid, // Whatever we will roll on with infinite load factor.
-      Water, // For the beaver ...
-      Catapult, // Carrier cats.
-      Wire // Carrier wires.
+      Water // For the beaver ...
     };
 
     // Prepare the ground cache for the wgs84 position pt_*.