]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
Stuart Buchanan:
[flightgear.git] / src / AIModel / AIBallistic.hxx
index b6fb58a0fd263a4849cef36db1972fef57740098..859bcd109896b5f95516ea202d5414e99fe8b69d 100644 (file)
@@ -31,8 +31,8 @@
 #include "AIManager.hxx"
 #include "AIBase.hxx"
 
-SG_USING_STD(vector);
-SG_USING_STD(list);
+using std::vector;
+using std::list;
 
 class FGAIBallistic : public FGAIBase {
 
@@ -43,8 +43,6 @@ public:
 
     void readFromScenario(SGPropertyNode* scFileNode);
 
-    virtual osg::Node* load3DModel(const string &path,
-                           SGPropertyNode *prop_root);
     bool init(bool search_in_AI_path=false);
     virtual void bind();
     virtual void unbind();