X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrainai.cpp;h=df80240d83284156613da0817e51dc2e41b16cfc;hb=68877070660f2806cc2a7f0ccb69153059ef6ce7;hp=a187216ed5f2daa491e3ec798591cd0e190ab68d;hpb=d3a7a9e9ad694d52ccca8b6038501772fdc1dfd5;p=r2c2.git diff --git a/source/libr2c2/trainai.cpp b/source/libr2c2/trainai.cpp index a187216..df80240 100644 --- a/source/libr2c2/trainai.cpp +++ b/source/libr2c2/trainai.cpp @@ -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