remove redundant headers and perform whitespace fixes

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