From f7aa064edc20eafbc738271c5b53238fa4ad8361 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Jun 2013 08:11:28 +0200 Subject: Remove dead code --- ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp | 5 ----- ftnoir_protocol_ftn/ftnoir_protocol_ftn.h | 5 ----- ftnoir_protocol_ftn/ftnoir_protocol_ftn_dialog.cpp | 5 ----- 3 files changed, 15 deletions(-) (limited to 'ftnoir_protocol_ftn') diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp index 81077367..bfe83853 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp @@ -51,11 +51,6 @@ FTNoIR_Protocol::~FTNoIR_Protocol() } } -void FTNoIR_Protocol::Initialize() -{ - loadSettings(); -} - // // Load the current Settings from the currently 'active' INI-file. // diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h index d6a30da7..1c4b493e 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h @@ -44,9 +44,6 @@ class FTNoIR_Protocol : public IProtocol public: FTNoIR_Protocol(); ~FTNoIR_Protocol(); - - void Initialize(); - bool checkServerInstallationOK(); void sendHeadposeToGame( double *headpose, double *rawheadpose ); QString getGameName() { @@ -69,8 +66,6 @@ public: explicit FTNControls(); virtual ~FTNControls(); void showEvent ( QShowEvent * event ); - - void Release(); // Member functions which are accessible from outside the DLL void Initialize(QWidget *parent); void registerProtocol(IProtocol *protocol) {} void unRegisterProtocol() {} diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn_dialog.cpp b/ftnoir_protocol_ftn/ftnoir_protocol_ftn_dialog.cpp index cd887fe9..a5265275 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn_dialog.cpp +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn_dialog.cpp @@ -71,11 +71,6 @@ FTNControls::~FTNControls() { qDebug() << "~FTNControls() says: started"; } -void FTNControls::Release() -{ - delete this; -} - // // Initialize tracker-client-dialog // -- cgit v1.2.3