summaryrefslogtreecommitdiffhomepage
path: root/proto-ft
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-09-03 23:32:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-09-03 23:32:20 +0200
commit016d6bc1a489e36e1de07384cef2df78699dc90d (patch)
treec672c1dc893866a4f19d93d6074423c143d8563d /proto-ft
parent0ede90f736caffdf600583a7826fc5d0c76c91c9 (diff)
proto/freetrack: remove dead code
Diffstat (limited to 'proto-ft')
-rw-r--r--proto-ft/ftnoir_protocol_ft_dialog.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto-ft/ftnoir_protocol_ft_dialog.cpp b/proto-ft/ftnoir_protocol_ft_dialog.cpp
index 9686ee92..90ff059a 100644
--- a/proto-ft/ftnoir_protocol_ft_dialog.cpp
+++ b/proto-ft/ftnoir_protocol_ft_dialog.cpp
@@ -22,11 +22,6 @@ FTControls::FTControls()
connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel()));
connect(ui.bntLocateNPClient, SIGNAL(clicked()), this, SLOT(selectDLL()));
- const settings::enable_status cbx[] = {
- settings::enable_both,
- settings::enable_freetrack,
- settings::enable_npclient,
- };
tie_setting(s.used_interface, ui.cbxSelectInterface);
tie_setting(s.ephemeral_library_location, ui.ephemeral_registry_entry);
tie_setting(s.custom_location_pathname, ui.custom_location);