summaryrefslogtreecommitdiff
path: root/src/listener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/listener.cpp')
-rw-r--r--src/listener.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/listener.cpp b/src/listener.cpp
index b156baf7..dda5e5ff 100644
--- a/src/listener.cpp
+++ b/src/listener.cpp
@@ -22,9 +22,6 @@
#include "event.h"
-namespace Mana
-{
-
Listener::~Listener()
{
Event::remove(this);
@@ -39,5 +36,3 @@ void Listener::ignore(Event::Channel channel)
{
Event::unbind(this, channel);
}
-
-} // namespace Mana