From 2874e5b17395bf449e0b2a1f55233724216a7c7e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Aug 2023 15:15:57 +0300 Subject: Tox: trashy old schema rewritten to the event driven mechanism --- protocols/Tox/src/tox_options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/Tox/src/tox_options.h') diff --git a/protocols/Tox/src/tox_options.h b/protocols/Tox/src/tox_options.h index fdc8ea7402..bbe922e92c 100644 --- a/protocols/Tox/src/tox_options.h +++ b/protocols/Tox/src/tox_options.h @@ -24,9 +24,6 @@ private: CCtrlCheck m_enableIPv6; CCtrlCheck m_enableLocalDiscovery; - CCtrlSpin m_maxConnectRetries; - CCtrlSpin m_maxReconnectRetries; - protected: bool OnInitDialog() override; -- cgit v1.2.3