diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 01:00:16 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 01:00:16 +0000 |
commit | d5162d6e45aa484b918f4e2f97f5fcfb49b537e0 (patch) | |
tree | 6707b1f62d38a2e1912d024c8bdec66f65463329 /include/timeout.h | |
parent | 7ac7c564f5115af12f771db5b510b757b1dcc322 (diff) |
Fix various scary stuff to do with API.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1584 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/timeout.h')
-rw-r--r-- | include/timeout.h | 5 |
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 */ |