]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AICarrier.hxx
fix a pointer reference.
[flightgear.git] / src / AIModel / AICarrier.hxx
index bd7bc405d578f2a8b46cbcafa37b5509f8a4d918..239e302d9e8ca676303a3b452645cf5bf587afb4 100644 (file)
@@ -24,9 +24,6 @@
 #include <string>
 #include <list>
 
-#include <osg/Referenced>
-#include <osg/Node>
-
 #include <simgear/compiler.h>
 
 using std::string;
@@ -68,7 +65,6 @@ public:
     bool OutsideBox();
 
     bool init(bool search_in_AI_path=false);
-    void initModel(osg::Node *node);
 
     virtual const char* getTypeString(void) const { return "carrier"; }
 
@@ -99,8 +95,6 @@ private:
 
 
 
-    list<string> wire_objects;        // List of wire object names
-    list<string> catapult_objects;    // List of catapult object names
     list<ParkPosition> ppositions;    // List of positions where an aircraft can start.
     string sign;                      // The sign of this carrier.