]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Get rid of global_implementation[] and implement_lists[] from here
[user/henk/code/inspircd.git] / include / configreader.h
index 76ca6084ac62b42c6c33257a82d82327e17e5c63..617059cf44c5584a5b9bef9c157d393937838d72 100644 (file)
@@ -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;