summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_options.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-17 15:15:57 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-17 15:15:57 +0300
commit2874e5b17395bf449e0b2a1f55233724216a7c7e (patch)
treef11ce00d2124c2a81fce2e37bf44c6aa028c2ea4 /protocols/Tox/src/tox_options.h
parent55ac1013817d7b1759e73635c27c02d5a9776390 (diff)
Tox: trashy old schema rewritten to the event driven mechanism
Diffstat (limited to 'protocols/Tox/src/tox_options.h')
-rw-r--r--protocols/Tox/src/tox_options.h3
1 files changed, 0 insertions, 3 deletions
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;