summaryrefslogtreecommitdiff
path: root/src/gui/widgets/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r--src/gui/widgets/label.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index 9efa375d7..04bb38662 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -73,7 +73,6 @@ void Label::draw(gcn::Graphics* graphics)
int textX;
const int textY = getHeight() / 2 - getFont()->getHeight() / 2;
gcn::Font *const font = getFont();
- graphics->setFont(font);
switch (mAlignment)
{