diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-01 00:54:58 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-01 00:54:58 +0200 |
commit | 56cae0f3a484cbcb20569b68917f1810a0c2f4a4 (patch) | |
tree | 9840c493ac9f05687a28aff540e9c3ca4025cb67 /include | |
parent | f62fb75d9dbec40974eb757983791404a8bf8695 (diff) |
Remove legacy code, mostly related to 1.2 compatibility
Diffstat (limited to 'include')
-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 09d4e619d..b26be3d6c 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -578,11 +578,6 @@ class CoreExport ServerConfig /** If this value is true, snotices will not stack when repeats are sent */ bool NoSnoticeStack; - - /** If true, a "Welcome to <networkname>!" NOTICE will be sent to - * connecting users - */ - bool WelcomeNotice; }; /** The background thread for config reading, so that reading from executable includes |