Skip to content
Snippets Groups Projects
Commit d83a1d90 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Removing errors from back-porting

parent a0e7380e
No related branches found
No related tags found
1 merge request!3Removing errors from back-porting
......@@ -25,10 +25,6 @@
{
"Name": "nDisplay",
"Enabled": true
},
{
"Name": "RWTHVRToolkit",
"Enabled": true
}
]
}
......@@ -42,9 +42,7 @@ public class DasherVR : ModuleRules
"Slate",
"SlateCore",
"UMG",
"RenderCore",
"DisplayCluster",
"RWTHVRToolkit"
"RenderCore"
// ... add private dependencies that you statically link with here ...
}
);
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment