diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h index 67fe2e2bf..76ca6084a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -499,11 +499,6 @@ 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; |