diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 22:07:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 22:07:36 +0000 |
commit | 71b7b578bdac9fdf5e70dde6c3d404660cb1766f (patch) | |
tree | 129c2e4fe0fc7b311e622bb5ed0b56ad8ac99f62 /include/configreader.h | |
parent | a3b4110d511951d92fbe9bcdf87aa51e2cd0a1ba (diff) |
Get rid of global_implementation[] and implement_lists[] from here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8532 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configreader.h b/include/configreader.h index 76ca6084a..617059cf4 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -503,14 +503,6 @@ class CoreExport ServerConfig : public Extensible */ std::vector<ListenSocket*> ports; - /** Boolean sets of which modules implement which functions - */ - char implement_lists[255][255]; - - /** Global implementation list - */ - char global_implementation[255]; - /** A list of ports claimed by IO Modules */ std::map<int,Module*> IOHookModule; |