diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-03 23:32:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-03 23:32:20 +0200 |
commit | 016d6bc1a489e36e1de07384cef2df78699dc90d (patch) | |
tree | c672c1dc893866a4f19d93d6074423c143d8563d | |
parent | 0ede90f736caffdf600583a7826fc5d0c76c91c9 (diff) |
proto/freetrack: remove dead code
-rw-r--r-- | proto-ft/ftnoir_protocol_ft_dialog.cpp | 5 |
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); |