]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trainai.cpp
Get rid of the TrainAI tagging system
[r2c2.git] / source / libr2c2 / trainai.cpp
index ed3766ca32b96e474402fbc627ca9f0264999efd..df80240d83284156613da0817e51dc2e41b16cfc 100644 (file)
@@ -16,9 +16,4 @@ TrainAI::~TrainAI()
        train.remove_ai(*this);
 }
 
-void TrainAI::set_tag(const string &t)
-{
-       tag = t;
-}
-
 } // namespace R2C2