summaryrefslogtreecommitdiffhomepage
path: root/proto-ft
diff options
context:
space:
mode:
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);