diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 00:02:31 +0000 |
commit | ad3c37e38c6c170c1f7cc3232db748ebdc62aa94 (patch) | |
tree | 4b59a16e8bbd2241a4b49c953c089a9180e4a43c /include/dynamic.h | |
parent | f5872557eb0eee0f71f16ad39d693024f4cf8b1f (diff) |
Relocate timer stuff into TimerManager class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4827 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dynamic.h')
-rw-r--r-- | include/dynamic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dynamic.h b/include/dynamic.h index a8b7392bf..386ebb376 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -22,8 +22,6 @@ typedef void * (initfunc) (void); #include "inspircd_config.h" -extern void do_log(int, const char*, ...); - class DLLManager { public: |