X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIShip.hxx;h=e7bda357044546f3d53f51fb962709be296a1a43;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=c240dabf363a74e90128c045533518d3596e57ab;hpb=2d6bf222acdb6de32d6dff07993dc340834dbfff;p=flightgear.git diff --git a/src/AIModel/AIShip.hxx b/src/AIModel/AIShip.hxx index c240dabf3..e7bda3570 100644 --- a/src/AIModel/AIShip.hxx +++ b/src/AIModel/AIShip.hxx @@ -42,7 +42,7 @@ public: virtual void unbind(); virtual void update(double dt); void setFlightPlan(FGAIFlightPlan* f); - void setName(const string&); +// void setName(const string&); void setRudder(float r); void setRoll(double rl); void ProcessFlightPlan( double dt); @@ -87,7 +87,7 @@ public: protected: - string _name; // The name of this ship. +// string _name; // The name of this ship. private: