X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=04d9e1e46837fb56694316a840ed430f87820137;hp=56a2d4bcfcc1e62348198a320a88c7f56517c8ec;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index 56a2d4b..04d9e1e 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -40,12 +40,6 @@ class TilemapFont : public Mf::Tilemap { public: - struct Exception : public std::runtime_error - { - explicit Exception(const std::string& what_arg) : - std::runtime_error(what_arg) {} - }; - TilemapFont(); void getTileCoords(char symbol, Mf::Scalar coords[8],