mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:46:36 +02:00
Merge usefulness of Timer and CallBack classes into Timer, and fix it to really work
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user