summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/textbox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/textbox.cpp b/src/gui/textbox.cpp
index f2d9b6ee..3507273a 100644
--- a/src/gui/textbox.cpp
+++ b/src/gui/textbox.cpp
@@ -135,10 +135,6 @@ void TextBox::setTextWrapped(const std::string &text)
minWidth = xpos;
}
mMinWidth = minWidth;
- if (minWidth > mMinWidth)
- {
- setTextWrapped(text);
- }
gcn::TextBox::setText(wrappedStream.str());
}