summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Events/Event.h')
-rw-r--r--Swiften/Events/Event.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Swiften/Events/Event.h b/Swiften/Events/Event.h
deleted file mode 100644
index b4a71f6..0000000
--- a/Swiften/Events/Event.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <boost/signals.hpp>
-#include <boost/shared_ptr.hpp>
-
-namespace Swift {
- class Event {
- public:
- Event(){};
- virtual ~Event() {};
- boost::signal<void()> onConclusion;
- };
-}