From 85c9ac79bfaf5e428d9e713841b0e4495eb413f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jun 2013 14:49:47 +0300 Subject: improve emoteshortcutcontainer. --- src/gui/widgets/emoteshortcutcontainer.cpp | 33 +----------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'src/gui/widgets/emoteshortcutcontainer.cpp') diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp index 89dd6656f..689f39d0c 100644 --- a/src/gui/widgets/emoteshortcutcontainer.cpp +++ b/src/gui/widgets/emoteshortcutcontainer.cpp @@ -158,36 +158,6 @@ void EmoteShortcutContainer::draw(gcn::Graphics *graphics) void EmoteShortcutContainer::mouseDragged(gcn::MouseEvent &event A_UNUSED) { -/* - if (!emoteShortcut) - return; - - if (event.getButton() == gcn::MouseEvent::LEFT) - { - if (!mEmoteMoved && mEmoteClicked) - { - const int index = getIndexFromGrid(event.getX(), event.getY()); - - if (index == -1) - return; - -// const unsigned char emoteId = emoteShortcut->getEmote(index); - const unsigned char emoteId - = static_cast(index + 1); - - if (emoteId) - { - mEmoteMoved = emoteId; - emoteShortcut->removeEmote(index); - } - } - if (mEmoteMoved) - { - mCursorPosX = event.getX(); - mCursorPosY = event.getY(); - } - } -*/ } void EmoteShortcutContainer::mousePressed(gcn::MouseEvent &event) @@ -240,8 +210,7 @@ void EmoteShortcutContainer::mouseReleased(gcn::MouseEvent &event) emoteShortcut->useEmote(index + 1); } - if (mEmoteClicked) - mEmoteClicked = false; + mEmoteClicked = false; } } -- cgit v1.2.3-60-g2f50