summaryrefslogtreecommitdiff
path: root/src/guichan/graphics.cpp
diff options
context:
space:
mode:
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)
{