summaryrefslogtreecommitdiff
path: root/src/gui/emotecontainer.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-16 15:16:14 -0700
committerIra Rice <irarice@gmail.com>2009-01-16 15:16:14 -0700
commitb9d0f267913c61cd6b490171768bd88c3a472563 (patch)
tree82f6998ebcfb6a7f8e439a2360e89ec06726e5c2 /src/gui/emotecontainer.cpp
parent02010c3e8e2ee08bf49b360fd091dd8b2abc6b15 (diff)
downloadmana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.gz
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.bz2
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.xz
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.zip
Candidate release for 0.0.27.1 (Windows needs to get colors fixed, and
then this build might be official) Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/emotecontainer.cpp')
-rw-r--r--src/gui/emotecontainer.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/emotecontainer.cpp b/src/gui/emotecontainer.cpp
index cba744dd..fa63d4bb 100644
--- a/src/gui/emotecontainer.cpp
+++ b/src/gui/emotecontainer.cpp
@@ -23,10 +23,10 @@
#include <guichan/selectionlistener.hpp>
#include "emotecontainer.h"
-#include "emoteshortcut.h"
#include "../animatedsprite.h"
#include "../configuration.h"
+#include "../emoteshortcut.h"
#include "../graphics.h"
#include "../localplayer.h"
#include "../log.h"
@@ -69,8 +69,6 @@ EmoteContainer::EmoteContainer():
EmoteContainer::~EmoteContainer()
{
- delete_all(mEmoteImg);
-
if (!mSelImg)
{
mSelImg->decRef();