summaryrefslogtreecommitdiff
path: root/src/event.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-08 02:13:16 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-08 02:19:35 +0300
commit178f4811e8602ba7dacb1a0513baa546088d517d (patch)
treec23cf5dd5d752216e88473c51e7730700942d0fc /src/event.cpp
parentda44888ee2de9ae1e5c006126e84b36fcc95d4e5 (diff)
downloadplus-178f4811e8602ba7dacb1a0513baa546088d517d.tar.gz
plus-178f4811e8602ba7dacb1a0513baa546088d517d.tar.bz2
plus-178f4811e8602ba7dacb1a0513baa546088d517d.tar.xz
plus-178f4811e8602ba7dacb1a0513baa546088d517d.zip
Fix compilation errors and more style.
Diffstat (limited to 'src/event.cpp')
-rw-r--r--src/event.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/event.cpp b/src/event.cpp
index 4f77967bc..a536bcaea 100644
--- a/src/event.cpp
+++ b/src/event.cpp
@@ -26,9 +26,6 @@
#include "debug.h"
-namespace Mana
-{
-
ListenMap Event::mBindings;
Event::~Event()
@@ -142,5 +139,3 @@ void Event::unbind(Listener *listener, Channels channel)
{
mBindings[channel].erase(listener);
}
-
-}