summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.h
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.h
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.h')
-rw-r--r--src/gui/speechbubble.h1
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);