summaryrefslogtreecommitdiff
path: root/src/modulemanager.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-30 23:38:40 -0500
committerAdam <Adam@anope.org>2013-03-30 23:39:43 -0500
commit7e7556f06445d4d8e607ef514c9fb5009899db73 (patch)
treefde8e4e7c59f40183e215cd69ce0d042670b24b9 /src/modulemanager.cpp
parent111d6a917806fd3ce2269436d08d68bd7eb1d5ea (diff)
Merge usefulness of Timer and CallBack classes into Timer, and fix it to really work
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r--src/modulemanager.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 6c54058b7..823fda868 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -449,12 +449,6 @@ bool ModuleManager::SetPriority(Module *mod, Implementation i, Priority s, Modul
return true;
}
-void ModuleManager::ClearCallBacks(Module *m)
-{
- while (!m->callbacks.empty())
- delete m->callbacks.front();
-}
-
void ModuleManager::UnloadAll()
{
std::vector<Anope::string> modules[MT_END];