From 8f6650583ad1d12a081a1676275d8f527af33351 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Apr 2018 12:59:15 +0300 Subject: this feature was never used and only causes problems --- protocols/Tox/src/tox_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_options.cpp') diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index f52202c1eb..dfaa9d528d 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" CToxOptionsMain::CToxOptionsMain(CToxProto *proto, int idDialog) - : CToxDlgBase(proto, idDialog, false), + : CToxDlgBase(proto, idDialog), m_toxAddress(this, IDC_TOXID), m_toxAddressCopy(this, IDC_CLIPBOARD), m_profileCreate(this, IDC_PROFILE_NEW), m_profileImport(this, IDC_PROFILE_IMPORT), m_profileExport(this, IDC_PROFILE_EXPORT), m_nickname(this, IDC_NAME), @@ -334,7 +334,7 @@ void CToxNodeEditor::OnClose() /****************************************/ CToxOptionsNodeList::CToxOptionsNodeList(CToxProto *proto) - : CSuper(proto, IDD_OPTIONS_NODES, false), + : CSuper(proto, IDD_OPTIONS_NODES), m_nodes(this, IDC_NODESLIST), m_addNode(this, IDC_ADDNODE), m_updateNodes(this, IDC_UPDATENODES) { -- cgit v1.2.3