summaryrefslogtreecommitdiff
path: root/include/timers.h
diff options
context:
space:
mode:
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
*/