diff --git a/src/modules/headset/headset_openvr.c b/src/modules/headset/headset_openvr.c index ef52c7f4..73bf77be 100755 --- a/src/modules/headset/headset_openvr.c +++ b/src/modules/headset/headset_openvr.c @@ -445,7 +445,7 @@ static bool openvr_getAxis(Device device, DeviceAxis axis, vec3 value) { return false; } -static bool openvr_getSkeleton(Device device, float* poses, uint32_t* poseCount) { +static bool openvr_getSkeleton(Device device, float* poses) { return false; }