X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigreader.h;h=617059cf44c5584a5b9bef9c157d393937838d72;hb=71b7b578bdac9fdf5e70dde6c3d404660cb1766f;hp=76ca6084ac62b42c6c33257a82d82327e17e5c63;hpb=a3b4110d511951d92fbe9bcdf87aa51e2cd0a1ba;p=user%2Fhenk%2Fcode%2Finspircd.git 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 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 IOHookModule;