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 --- include/modules.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index b0d249c7c..aca4f06ea 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1357,10 +1357,6 @@ class Server : public Extensible */ virtual bool IsNick(const std::string &nick); - /** Adds an InspTimer which will trigger at a future time - */ - virtual void AddTimer(InspTimer* T); - /** Attempts to look up a nick and return a pointer to it. * This function will return NULL if the nick does not exist. */ -- cgit v1.2.3