Skip to content
Snippets Groups Projects

Removing errors from back-porting

Merged Sebastian Pape requested to merge fix/errors_from_study_backport into main
3 files
+ 1
12
Compare changes
  • Side-by-side
  • Inline

Files

@@ -8,7 +8,6 @@
@@ -8,7 +8,6 @@
#include "Math/Vector2D.h"
#include "Math/Vector2D.h"
#include "Fonts/FontMeasure.h"
#include "Fonts/FontMeasure.h"
#include "Widgets/DeclarativeSyntaxSupport.h"
#include "Widgets/DeclarativeSyntaxSupport.h"
#include "Cluster/IDisplayClusterClusterManager.h"
//using namespace Dasher;
//using namespace Dasher;
@@ -194,10 +193,6 @@ private:
@@ -194,10 +193,6 @@ private:
//set up the font measure service to ... measure fonts.
//set up the font measure service to ... measure fonts.
TSharedPtr<FSlateFontMeasure> FontMeasureService;
TSharedPtr<FSlateFontMeasure> FontMeasureService;
//CAVE Sync
FOnClusterEventBinaryListener ClusterEventListener;
inline static int32 DasherEventID = 424240;
protected:
protected:
// stores color information
// stores color information
TSharedPtr<Dasher::DasherInterface> DasherMainInterface;
TSharedPtr<Dasher::DasherInterface> DasherMainInterface;
Loading