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 ea125013f..fd04c9f00 100644
--- a/src/listener.cpp
+++ b/src/listener.cpp
@@ -25,9 +25,6 @@
#include "debug.h"
-namespace Mana
-{
-
Listener::~Listener()
{
Event::remove(this);
@@ -42,5 +39,3 @@ void Listener::ignore(Channels channel)
{
Event::unbind(this, channel);
}
-
-} // namespace Mana