mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-22 06:36:24 +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)
|
struct xrt_pose *out_pose)
|
||||||
{
|
{
|
||||||
// Empty
|
// Empty
|
||||||
|
assert(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue