From 9a6ca1e6dce0b7e29b7a47c0ea7b47dd4266f18f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 22 May 2018 17:09:19 +0200 Subject: proto/ft: revert npclient-related changes --- proto-ft/ftnoir_protocol_ft_dialog.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'proto-ft/ftnoir_protocol_ft_dialog.cpp') diff --git a/proto-ft/ftnoir_protocol_ft_dialog.cpp b/proto-ft/ftnoir_protocol_ft_dialog.cpp index df2878ec..58077b87 100644 --- a/proto-ft/ftnoir_protocol_ft_dialog.cpp +++ b/proto-ft/ftnoir_protocol_ft_dialog.cpp @@ -8,11 +8,11 @@ * purpose with or without fee is hereby granted, provided that the above * * copyright notice and this permission notice appear in all copies. * */ -#include "ftnoir_protocol_ft.h" -#include "compat/library-path.hpp" +#include "compat/library-path.hpp" +#include "ftnoir_protocol_ft.h" +#include #include -#include FTControls::FTControls() { @@ -22,10 +22,6 @@ FTControls::FTControls() connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel())); connect(ui.bntLocateNPClient, SIGNAL(clicked()), this, SLOT(selectDLL())); - ui.cbxSelectInterface->addItem("Enable both"); - ui.cbxSelectInterface->addItem("Use FreeTrack, hide TrackIR"); - ui.cbxSelectInterface->addItem("Use TrackIR, hide FreeTrack"); - tie_setting(s.intUsedInterface, ui.cbxSelectInterface); } -- cgit v1.2.3