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_fg/ftnoir_protocol_fg.cpp | 11 ----------- ftnoir_protocol_fg/ftnoir_protocol_fg.h | 4 ---- 2 files changed, 15 deletions(-) (limited to 'ftnoir_protocol_fg') diff --git a/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp b/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp index 0dcd8592..bbeac489 100644 --- a/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp +++ b/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp @@ -61,17 +61,6 @@ FTNoIR_Protocol::~FTNoIR_Protocol() } } -/** helper to Auto-destruct **/ -void FTNoIR_Protocol::Release() -{ - delete this; -} - -void FTNoIR_Protocol::Initialize() -{ - return; -} - // // Load the current Settings from the currently 'active' INI-file. // diff --git a/ftnoir_protocol_fg/ftnoir_protocol_fg.h b/ftnoir_protocol_fg/ftnoir_protocol_fg.h index 87002213..1c4484b8 100644 --- a/ftnoir_protocol_fg/ftnoir_protocol_fg.h +++ b/ftnoir_protocol_fg/ftnoir_protocol_fg.h @@ -46,10 +46,6 @@ class FTNoIR_Protocol : public IProtocol public: FTNoIR_Protocol(); ~FTNoIR_Protocol(); - - void Release(); - void Initialize(); - bool checkServerInstallationOK(); void sendHeadposeToGame( double *headpose, double *rawheadpose ); private: -- cgit v1.2.3