diff --git a/DasherVR.uplugin b/DasherVR.uplugin index b36b042eda04d4b521a7fd80db5a18e0e7f11ad7..b068d0f2fa89407178263dd62b2cadeaada4cf08 100644 --- a/DasherVR.uplugin +++ b/DasherVR.uplugin @@ -25,10 +25,6 @@ { "Name": "nDisplay", "Enabled": true - }, - { - "Name": "RWTHVRToolkit", - "Enabled": true } ] } diff --git a/Source/DasherVR/DasherVR.Build.cs b/Source/DasherVR/DasherVR.Build.cs index bf038bb08991a927c5ae61bfe0a2ecadc83a9817..b1cd040debb4fc13a1c73e8acbbf980e8b524e4f 100644 --- a/Source/DasherVR/DasherVR.Build.cs +++ b/Source/DasherVR/DasherVR.Build.cs @@ -42,9 +42,7 @@ public class DasherVR : ModuleRules "Slate", "SlateCore", "UMG", - "RenderCore", - "DisplayCluster", - "RWTHVRToolkit" + "RenderCore" // ... add private dependencies that you statically link with here ... } ); diff --git a/Source/DasherVR/Public/SDasherWidget.h b/Source/DasherVR/Public/SDasherWidget.h index b3e125514a7cf7e7315947b8cd992c54ec692e22..9b30bb257fea780afd356e9cdd0a12146a720279 100644 --- a/Source/DasherVR/Public/SDasherWidget.h +++ b/Source/DasherVR/Public/SDasherWidget.h @@ -8,7 +8,6 @@ #include "Math/Vector2D.h" #include "Fonts/FontMeasure.h" #include "Widgets/DeclarativeSyntaxSupport.h" -#include "Cluster/IDisplayClusterClusterManager.h" //using namespace Dasher; @@ -194,10 +193,6 @@ private: //set up the font measure service to ... measure fonts. TSharedPtr<FSlateFontMeasure> FontMeasureService; - //CAVE Sync - FOnClusterEventBinaryListener ClusterEventListener; - inline static int32 DasherEventID = 424240; - protected: // stores color information TSharedPtr<Dasher::DasherInterface> DasherMainInterface;