diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-28 01:40:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-28 01:40:42 +0300 |
commit | b6559685c8825c1cee8ac395d6f2af0bc45c4bb4 (patch) | |
tree | 210000c9cc707b52f1df56d90f787185188edfcb /src/gui/sdlfont.h | |
parent | 7900408adc2b6db601373de2730a80707ec4c837 (diff) | |
download | plus-b6559685c8825c1cee8ac395d6f2af0bc45c4bb4.tar.gz plus-b6559685c8825c1cee8ac395d6f2af0bc45c4bb4.tar.bz2 plus-b6559685c8825c1cee8ac395d6f2af0bc45c4bb4.tar.xz plus-b6559685c8825c1cee8ac395d6f2af0bc45c4bb4.zip |
Remove unused font object from sdlfont class.
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 89f920cc3..3086abf0a 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -97,7 +97,6 @@ class SDLFont final : public gcn::Font private: TTF_Font *mFont; - TTF_Font *mFontOutline; unsigned mCreateCounter; unsigned mDeleteCounter; |