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.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index 4781bd36..f63b02c3 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -59,13 +59,6 @@ SpeechBubble::SpeechBubble():
setLocationRelativeTo(getParent());
}
-SpeechBubble::~SpeechBubble()
-{
- delete mCaption;
- delete mSpeechBox;
- delete mSpeechArea;
-}
-
void SpeechBubble::setCaption(const std::string &name, const gcn::Color &color)
{
mCaption->setCaption(name);