]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
And whoops, typo
[user/henk/code/inspircd.git] / include / configreader.h
index 67fe2e2bf4c226020fe0c249a7b0980717fea256..617059cf44c5584a5b9bef9c157d393937838d72 100644 (file)
@@ -499,23 +499,10 @@ class CoreExport ServerConfig : public Extensible
         */
        ClassVector Classes;
 
-       /** A list of module names (names only, no paths)
-        * which are currently loaded by the server.
-        */
-       std::vector<std::string> module_names;
-
        /** A list of the classes for listening client ports
         */
        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;