diff options
| author | 2005-12-14 18:28:23 +0000 | |
|---|---|---|
| committer | 2005-12-14 18:28:23 +0000 | |
| commit | 70f135207c36463878ab3c6e5d397f59c4ab0faa (patch) | |
| tree | 80f1d0c6b72e2ec948ccb0318b7e017b6d50593d /src/channels.cpp | |
| parent | Shuffling stuff about (diff) | |
| download | inspircd++-70f135207c36463878ab3c6e5d397f59c4ab0faa.tar.gz inspircd++-70f135207c36463878ab3c6e5d397f59c4ab0faa.tar.bz2 inspircd++-70f135207c36463878ab3c6e5d397f59c4ab0faa.zip | |
Code tidying
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2440 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index f1c01b407..d1bb4b8a3 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -62,10 +62,6 @@ extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; extern int WHOWAS_STALE; extern int WHOWAS_MAX; -extern time_t startup_time; -extern std::vector<std::string> module_names; -extern int boundPortCount; -extern std::stringstream config_f; extern time_t TIME; extern chan_hash chanlist; |
