diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-08 12:41:01 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-08 12:41:01 +0100 |
commit | d379dcab405bd4b0542e3c645a2de3c1a27832b8 (patch) | |
tree | b67b9882cf5ea9df81599732362f71106edc17c6 /include | |
parent | ade1500382366b0cf24147370aea0a3e5bbe50bf (diff) |
Read uline state in spanningtree; remove ConfigReader::ulines
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; |