remove redundant headers and perform whitespace fixes

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:41 +01:00
parent f316d93690
commit c75685875b
2 changed files with 0 additions and 5 deletions
@@ -47,7 +47,6 @@
#include "SenseGlove/Animation/SGVirtualHandAnimInstance.h" #include "SenseGlove/Animation/SGVirtualHandAnimInstance.h"
#include "SenseGlove/Components/SGWristTrackerComponent.h" #include "SenseGlove/Components/SGWristTrackerComponent.h"
#include "SGBuildHacks/SGPlatform.h"
#include "SGCore/SGHapticGlove.h" #include "SGCore/SGHapticGlove.h"
#include "SGDebug/SGDebugVirtualHand.h" #include "SGDebug/SGDebugVirtualHand.h"
#include "SGLog/SGLog.h" #include "SGLog/SGLog.h"
@@ -754,8 +753,6 @@ void USGVirtualHandComponent::FImpl::UpdateXRData()
FXRMotionControllerData Data; FXRMotionControllerData Data;
Data.bValid = false; Data.bValid = false;
PRAGMA_DISABLE_DEPRECATION_WARNINGS PRAGMA_DISABLE_DEPRECATION_WARNINGS
const bool bGotMotionControllerData = const bool bGotMotionControllerData =
FSGXRTracker::GetMotionControllerData(Owner, Hand, Data); FSGXRTracker::GetMotionControllerData(Owner, Hand, Data);
@@ -37,7 +37,6 @@
#include "IXRTrackingSystem.h" #include "IXRTrackingSystem.h"
#include "SGBuildHacks/SGPlatform.h"
#include "SGDebug/SGDebugGizmo.h" #include "SGDebug/SGDebugGizmo.h"
#include "SGLog/SGLog.h" #include "SGLog/SGLog.h"
#include "SGSettings/SGSettings.h" #include "SGSettings/SGSettings.h"
@@ -336,7 +335,6 @@ void USGWristTrackerComponent::FImpl::UpdateXRData()
FXRMotionControllerData Data; FXRMotionControllerData Data;
Data.bValid = false; Data.bValid = false;
PRAGMA_DISABLE_DEPRECATION_WARNINGS PRAGMA_DISABLE_DEPRECATION_WARNINGS
const bool bGotMotionControllerData = const bool bGotMotionControllerData =
FSGXRTracker::GetMotionControllerData(Owner, Hand, Data); FSGXRTracker::GetMotionControllerData(Owner, Hand, Data);