summaryrefslogtreecommitdiff
path: root/include/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeout.h')
-rw-r--r--include/timeout.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/timeout.h b/include/timeout.h
index ac2f3deda..a6ac20ba5 100644
--- a/include/timeout.h
+++ b/include/timeout.h
@@ -41,10 +41,5 @@ extern Timeout *add_timeout(int delay, void (*code)(Timeout *), int repeat);
/* Remove a timeout from the list (if it's there). */
extern void del_timeout(Timeout *t);
-#ifdef DEBUG_COMMANDS
-/* Send the list of timeouts to the given user. */
-extern int send_timeout_list(User *u);
-#endif
-
#endif /* TIMEOUT_H */