mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-30 18:38:32 +00:00
ipc: Assert if st/oxr calls the wrong thing
This commit is contained in:
parent
8277df418d
commit
78f7d5ce91
|
@ -125,6 +125,7 @@ ipc_client_device_get_view_pose(struct xrt_device *xdev,
|
|||
struct xrt_pose *out_pose)
|
||||
{
|
||||
// Empty
|
||||
assert(false);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue