From ea2660dd167a853e704f167410037da162eccc6f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 29 Oct 2013 08:18:32 +0100 Subject: remove dead code Signed-off-by: Stanislaw Halik --- ftnoir_protocol_sc/ftnoir_protocol_sc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'ftnoir_protocol_sc') diff --git a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp index 8a60f8fb..6b68047f 100644 --- a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp +++ b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp @@ -83,9 +83,6 @@ void FTNoIR_Protocol::loadSettings() { // Update Headpose in Game. // void FTNoIR_Protocol::sendHeadposeToGame( const double *headpose ) { -PDWORD_PTR MsgResult = 0; - - virtSCRotX = -headpose[Pitch]; // degrees virtSCRotY = -headpose[Yaw]; virtSCRotZ = headpose[Roll]; -- cgit v1.2.3