summaryrefslogtreecommitdiff
path: root/louloulibs/utils/timed_events_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'louloulibs/utils/timed_events_manager.cpp')
-rw-r--r--louloulibs/utils/timed_events_manager.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/louloulibs/utils/timed_events_manager.cpp b/louloulibs/utils/timed_events_manager.cpp
index 2c75e48..b90a237 100644
--- a/louloulibs/utils/timed_events_manager.cpp
+++ b/louloulibs/utils/timed_events_manager.cpp
@@ -6,14 +6,6 @@ TimedEventsManager& TimedEventsManager::instance()
return inst;
}
-TimedEventsManager::TimedEventsManager()
-{
-}
-
-TimedEventsManager::~TimedEventsManager()
-{
-}
-
void TimedEventsManager::add_event(TimedEvent&& event)
{
for (auto it = this->events.begin(); it != this->events.end(); ++it)