]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trainai.cpp
Read MFX locomotive name
[r2c2.git] / source / libr2c2 / trainai.cpp
index a187216ed5f2daa491e3ec798591cd0e190ab68d..df80240d83284156613da0817e51dc2e41b16cfc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include "train.h"
 #include "trainai.h"
 
@@ -23,9 +16,4 @@ TrainAI::~TrainAI()
        train.remove_ai(*this);
 }
 
-void TrainAI::set_tag(const string &t)
-{
-       tag = t;
-}
-
 } // namespace R2C2