rm beacon devices;

They are no longer supported by any headset drivers.
This commit is contained in:
bjorn 2022-03-22 18:08:44 -07:00
parent b7527c3584
commit 3d542b4791
2 changed files with 0 additions and 8 deletions

View File

@ -43,10 +43,6 @@ StringEntry lovrDevice[] = {
[DEVICE_EYE_LEFT] = ENTRY("eye/left"),
[DEVICE_EYE_RIGHT] = ENTRY("eye/right"),
[DEVICE_EYE_GAZE] = ENTRY("eye/gaze"),
[DEVICE_BEACON_1] = ENTRY("beacon/1"),
[DEVICE_BEACON_2] = ENTRY("beacon/2"),
[DEVICE_BEACON_3] = ENTRY("beacon/3"),
[DEVICE_BEACON_4] = ENTRY("beacon/4"),
{ 0 }
};

View File

@ -42,10 +42,6 @@ typedef enum {
DEVICE_EYE_LEFT,
DEVICE_EYE_RIGHT,
DEVICE_EYE_GAZE,
DEVICE_BEACON_1,
DEVICE_BEACON_2,
DEVICE_BEACON_3,
DEVICE_BEACON_4,
MAX_DEVICES
} Device;