diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-15 13:27:12 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-15 13:27:12 -0700 |
commit | 0df9dd8b36cb781f2afa5b288f2f519fab61f80c (patch) | |
tree | 309040fd3559dee7bc735a40d6ffb370a30e7949 /src/gui/speechbubble.h | |
parent | a92316bd6ea5c30ad5243001f27171086c791341 (diff) | |
download | mana-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.gz mana-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.bz2 mana-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.xz mana-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.zip |
Deleted some unneeded delete statements.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index d30f5416..dce421ec 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -32,7 +32,6 @@ class SpeechBubble : public Window { public: SpeechBubble(); - ~SpeechBubble(); void setCaption(const std::string &name, const gcn::Color &color = 0x000000); |