X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcatalogue.h;h=cd59e9ca2922e06ac723af9f432fbb45de517403;hb=11c68656ac53318801dcb36078509a07ae2c2a94;hp=e8a474432251adfafec5e514fb794a93575e6942;hpb=81ee4fbd16b472892b67b35ea85956423a2247ed;p=r2c2.git diff --git a/source/libr2c2/catalogue.h b/source/libr2c2/catalogue.h index e8a4744..cd59e9c 100644 --- a/source/libr2c2/catalogue.h +++ b/source/libr2c2/catalogue.h @@ -27,13 +27,11 @@ public: void signal(const std::string &); void terrain(const std::string &); void track(const std::string &); - void track_appearance(); void vehicle(const std::string &); }; private: float scale; - TrackAppearance appearance; Layout layout; public: