summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index 5539202e..4fa63973 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -61,11 +61,6 @@ SpeechBubble::SpeechBubble():
void SpeechBubble::setText(std::string mText)
{
- while (mText[0] == ' ')
- {
- mText = mText.substr(1, mText.size());
- }
-
mSpeechBox->setMinWidth(140);
mSpeechBox->setTextWrapped( mText );