summaryrefslogtreecommitdiff
path: root/src/guichan/graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-27 16:48:32 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-27 23:15:05 +0300
commitcdc721a1c6c5cf80736101352161b66ea3f90c50 (patch)
treec32e7e25fe1ad6f23efd2dc50c4eeb5431967249 /src/guichan/graphics.cpp
parentcc78907ee5b2ed84760534897f88f8c1fcce957d (diff)
downloadplus-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/graphics.cpp')
-rw-r--r--src/guichan/graphics.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/graphics.cpp b/src/guichan/graphics.cpp
index ce8ef5f18..94c08a77a 100644
--- a/src/guichan/graphics.cpp
+++ b/src/guichan/graphics.cpp
@@ -147,12 +147,11 @@ namespace gcn
{
}
+/*
void Graphics::setFont(Font* font)
{
- mFont = font;
}
-/*
void Graphics::drawText(const std::string& text, int x, int y,
Alignment alignment)
{