diff options
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r-- | src/gui/widgets/label.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index c08e15409..a5cabc365 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -184,7 +184,6 @@ void Label::draw(Graphics* graphics) const Image *const image = mTextChunk.img; if (image) graphics->drawImage(image, textX, textY); -// font->drawString(graphics, mCaption, textX, textY); BLOCK_END("Label::draw") } |