aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-06-09 16:21:32 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-06-10 10:44:07 -0400
commit4a1fb14982dfb3bacc075c03ad8357ff28fdb4bf (patch)
treeeeb34660ecfb64be7617dc8c464a6aef0ff2fbe8 /support
parent725baaab78f5795a93e5a38aa5a6657e34d6ab74 (diff)
downloadservo-4a1fb14982dfb3bacc075c03ad8357ff28fdb4bf.tar.gz
servo-4a1fb14982dfb3bacc075c03ad8357ff28fdb4bf.zip
Don't force using the preview Windows MixedReality runtime.
Diffstat (limited to 'support')
-rw-r--r--support/hololens/ServoApp/ServoControl/Servo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/hololens/ServoApp/ServoControl/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp
index a53ea2489f1..4b51c732984 100644
--- a/support/hololens/ServoApp/ServoControl/Servo.cpp
+++ b/support/hololens/ServoApp/ServoControl/Servo.cpp
@@ -129,8 +129,6 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
EGLNativeWindowType eglNativeWindow, float dpi,
ServoDelegate &aDelegate)
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
- SetEnvironmentVariableA("PreviewRuntimeEnabled", "1");
-
Windows::Storage::ApplicationDataContainer localSettings =
Windows::Storage::ApplicationData::Current().LocalSettings();
if (!localSettings.Containers().HasKey(L"servoUserPrefs")) {