diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-27 16:48:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:05 +0300 |
commit | cdc721a1c6c5cf80736101352161b66ea3f90c50 (patch) | |
tree | c32e7e25fe1ad6f23efd2dc50c4eeb5431967249 /src/guichan/include | |
parent | cc78907ee5b2ed84760534897f88f8c1fcce957d (diff) | |
download | plus-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.gz plus-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.bz2 plus-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.xz plus-cdc721a1c6c5cf80736101352161b66ea3f90c50.zip |
Remove set font from graphics object.
Diffstat (limited to 'src/guichan/include')
-rw-r--r-- | src/guichan/include/guichan/graphics.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/guichan/include/guichan/graphics.hpp b/src/guichan/include/guichan/graphics.hpp index d8d8cdf15..be01edb4c 100644 --- a/src/guichan/include/guichan/graphics.hpp +++ b/src/guichan/include/guichan/graphics.hpp @@ -260,13 +260,6 @@ namespace gcn */ virtual const Color& getColor() const = 0; - /** - * Sets the font to use when drawing text. - * - * @param font The font to use when drawing. - */ - virtual void setFont(Font* font); - protected: /** * Holds the clip area stack. |