summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-01-08 12:41:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-01-08 12:41:01 +0100
commitd379dcab405bd4b0542e3c645a2de3c1a27832b8 (patch)
treeb67b9882cf5ea9df81599732362f71106edc17c6 /include/configreader.h
parentade1500382366b0cf24147370aea0a3e5bbe50bf (diff)
Read uline state in spanningtree; remove ConfigReader::ulines
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h4
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;