summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-15 13:27:12 -0700
committerIra Rice <irarice@gmail.com>2009-02-15 13:27:12 -0700
commit0df9dd8b36cb781f2afa5b288f2f519fab61f80c (patch)
tree309040fd3559dee7bc735a40d6ffb370a30e7949 /src/gui/speechbubble.cpp
parenta92316bd6ea5c30ad5243001f27171086c791341 (diff)
downloadmana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.gz
mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.bz2
mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.xz
mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.zip
Deleted some unneeded delete statements.
Signed-off-by: Ira Rice <irarice@gmail.com>
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 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);