Skip to content

Commit 016d6bc

Browse files
committed
proto/freetrack: remove dead code
1 parent 0ede90f commit 016d6bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

proto-ft/ftnoir_protocol_ft_dialog.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ FTControls::FTControls()
2222
connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel()));
2323
connect(ui.bntLocateNPClient, SIGNAL(clicked()), this, SLOT(selectDLL()));
2424

25-
const settings::enable_status cbx[] = {
26-
settings::enable_both,
27-
settings::enable_freetrack,
28-
settings::enable_npclient,
29-
};
3025
tie_setting(s.used_interface, ui.cbxSelectInterface);
3126
tie_setting(s.ephemeral_library_location, ui.ephemeral_registry_entry);
3227
tie_setting(s.custom_location_pathname, ui.custom_location);

0 commit comments

Comments
 (0)