From 0df9dd8b36cb781f2afa5b288f2f519fab61f80c Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sun, 15 Feb 2009 13:27:12 -0700 Subject: Deleted some unneeded delete statements. Signed-off-by: Ira Rice --- src/gui/speechbubble.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui/speechbubble.cpp') diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp index c814253c..209f964b 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -60,13 +60,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); -- cgit v1.2.3-60-g2f50