diff --git a/src/modules/headset/headset_openxr.c b/src/modules/headset/headset_openxr.c index 73dafd40..af9827b6 100644 --- a/src/modules/headset/headset_openxr.c +++ b/src/modules/headset/headset_openxr.c @@ -301,12 +301,6 @@ static void createReferenceSpace(XrTime time) { return; } - char name[256]; - if (openxr_getDriverName(name, sizeof(name)) && !memcmp(name, "SteamVR", strlen("SteamVR"))) { - state.referenceSpace = state.spaces[DEVICE_FLOOR]; - return; - } - if (state.features.localFloor) { info.referenceSpaceType = XR_REFERENCE_SPACE_TYPE_LOCAL_FLOOR_EXT; } else if (state.config.seated) {