mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/hdk: Remove unused variable
This commit is contained in:
parent
d4a491ea74
commit
42ae21d412
|
@ -229,11 +229,6 @@ hdk_device_get_tracked_pose(struct xrt_device *xdev,
|
|||
return;
|
||||
}
|
||||
|
||||
uint64_t now = os_monotonic_get_ns();
|
||||
|
||||
// Adjusting for latency - 14ms, found empirically.
|
||||
now -= 14000000;
|
||||
|
||||
os_mutex_lock(&hd->lock);
|
||||
if (!hd->quat_valid) {
|
||||
out_relation->relation_flags = XRT_SPACE_RELATION_BITMASK_NONE;
|
||||
|
|
Loading…
Reference in a new issue