summaryrefslogtreecommitdiff
path: root/include/timers.h
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 06:20:00 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 06:20:00 +0000
commit235c4ae95c1cf467ec47514c2226df675494c12c (patch)
tree68fac6b16edd8e0024a7edb9ca1294d59bd62bd3 /include/timers.h
parent54a60add71fc584765b8e575fdc699e93ec2ba84 (diff)
Rewrote part of the Timer and CallBack code for modules to be sane
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2795 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/timers.h')
-rw-r--r--include/timers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/timers.h b/include/timers.h
index 0de49b17d..30a49acff 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -103,12 +103,6 @@ class CoreExport TimerManager : public Extensible
*/
static void DelTimer(Timer *T);
- /** Check if something is a timer
- * @param T A pointer
- * @return true or false
- */
- static bool IsTimer(Timer *T);
-
/** Tick all pending timers
* @param ctime The current time
*/