summaryrefslogtreecommitdiff
path: root/src/gui/emotecontainer.cpp
diff options
context:
space:
mode:
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();