summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 23:28:08 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 23:28:08 +0100
commit4fa2d32cc9748c1381ceae59c727d090117652c1 (patch)
treed610ce65eeceb842644b6a30836a3f1f3ea8a4fa /src/gui/speechbubble.cpp
parent968f06bb452449869532250b5ea722e29cb22991 (diff)
parent0df9dd8b36cb781f2afa5b288f2f519fab61f80c (diff)
downloadmana-client-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.gz
mana-client-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.bz2
mana-client-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.xz
mana-client-4fa2d32cc9748c1381ceae59c727d090117652c1.zip
Merge branch 'aethyra/master'
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);