From ad3c37e38c6c170c1f7cc3232db748ebdc62aa94 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 00:02:31 +0000 Subject: Relocate timer stuff into TimerManager class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4827 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 22083fa66..1566ac5d7 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -375,11 +375,6 @@ chanrec* Server::GetChannelIndex(long index) return NULL; } -void Server::AddTimer(InspTimer* T) -{ - ::AddTimer(T); -} - void Server::SendOpers(const std::string &s) { WriteOpers("%s",s.c_str()); -- cgit v1.3.1-10-gc9f91