From 71b7b578bdac9fdf5e70dde6c3d404660cb1766f Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 22:07:36 +0000 Subject: 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 --- include/configreader.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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; -- cgit v1.2.3