]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/modelmgr.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Model / modelmgr.hxx
index a2d2676453e9f8f83584c471d7709f120187e90e..0b1cf53435248d91511b2181c75682fd5962b229 100644 (file)
@@ -15,7 +15,7 @@
 #include <simgear/compiler.h>  // for SG_USING_STD
 #include <simgear/structure/subsystem_mgr.hxx>
 
-SG_USING_STD(vector);
+using std::vector;
 
 // Don't pull in headers, since we don't need them here.
 class SGPropertyNode;
@@ -87,9 +87,6 @@ public:
    */
   virtual void remove_instance (Instance * instance);
 
-  virtual void draw ();
-
-
 
 private:
   /**