From 016d6bc1a489e36e1de07384cef2df78699dc90d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Sep 2021 23:32:20 +0200 Subject: proto/freetrack: remove dead code --- proto-ft/ftnoir_protocol_ft_dialog.cpp | 5 ----- 1 file changed, 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); -- cgit v1.2.3