diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-21 16:48:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-21 16:48:17 +0300 |
commit | c4c5cfe83ceff86ba006bdea1def01827b6cc73f (patch) | |
tree | 16a194fe44ccb0c75e6d884da65420cfb1fc5c08 /protocols/JabberG/src/jabber_proto.cpp | |
parent | f1e6512f2f24a9cde4beed2462a97aceca82832a (diff) |
Jabber: unused setting removed
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 6b17777e13..35c7de8ad4 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -89,7 +89,6 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_bAutosaveNotes(this, "AutosaveNotes", false),
m_bBsDirect(this, "BsDirect", true),
m_bBsDirectManual(this, "BsDirectManual", false),
- m_bBsOnlyIBB(this, "BsOnlyIBB", false),
m_bBsProxyManual(this, "BsProxyManual", false),
m_bDisable3920auth(this, "Disable3920auth", false),
m_bDisableFrame(this, "DisableFrame", true),
|