summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_options.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_options.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/skype_options.cpp b/protocols/SkypeWeb/src/skype_options.cpp
index 0705e3b850..84c1c04966 100644
--- a/protocols/SkypeWeb/src/skype_options.cpp
+++ b/protocols/SkypeWeb/src/skype_options.cpp
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
class CSkypeOptionsMain : public CSkypeDlgBase
{
CCtrlEdit m_skypename, m_password, m_group, m_place;
- CCtrlCheck m_autosync, m_allasunread, m_usehostname, m_usebb;
+ CCtrlCheck m_autosync, m_usehostname, m_usebb;
CCtrlHyperlink m_link;
public:
@@ -31,14 +31,12 @@ public:
m_group(this, IDC_GROUP),
m_place(this, IDC_PLACE),
m_autosync(this, IDC_AUTOSYNC),
- m_allasunread(this, IDC_MESASUREAD),
m_usehostname(this, IDC_USEHOST),
m_usebb(this, IDC_BBCODES),
m_link(this, IDC_CHANGEPASS, "https://login.skype.com/recovery/password-change") // TODO : ...?username=%username%
{
CreateLink(m_group, proto->wstrCListGroup);
CreateLink(m_autosync, proto->bAutoHistorySync);
- CreateLink(m_allasunread, proto->bMarkAllAsUnread);
CreateLink(m_place, proto->wstrPlace);
CreateLink(m_usehostname, proto->bUseHostnameAsPlace);
CreateLink(m_usebb, proto->bUseBBCodes);