diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
commit | ad3c37e38c6c170c1f7cc3232db748ebdc62aa94 (patch) | |
tree | 4b59a16e8bbd2241a4b49c953c089a9180e4a43c /src/modules.cpp | |
parent | f5872557eb0eee0f71f16ad39d693024f4cf8b1f (diff) |
Relocate timer stuff into TimerManager class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4827 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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()); |