diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index 46b8c5365..e8c439933 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -474,10 +474,6 @@ class CoreExport ServerConfig */ std::string CustomVersion; - /** List of u-lined servers - */ - std::map<irc::string, bool> ulines; - /** If set to true, provide syntax hints for unknown commands */ bool SyntaxHints; |