From add7b5723f54e07cb144c4f868ea3f61d86c97e5 Mon Sep 17 00:00:00 2001 From: Henry Che <daihung.che@gmail.com> Date: Wed, 23 Feb 2022 17:13:38 +0000 Subject: [PATCH] Update illixr_device.cpp: There is no function called get_view_pose in xrt_device.h. --- src/xrt/drivers/illixr/illixr_device.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xrt/drivers/illixr/illixr_device.cpp b/src/xrt/drivers/illixr/illixr_device.cpp index d04fdea65..c4033f9a4 100644 --- a/src/xrt/drivers/illixr/illixr_device.cpp +++ b/src/xrt/drivers/illixr/illixr_device.cpp @@ -175,7 +175,6 @@ illixr_hmd_create(const char *path_in, const char *comp_in) dh = U_DEVICE_ALLOCATE(struct illixr_hmd, flags, 1, 0); dh->base.update_inputs = illixr_hmd_update_inputs; dh->base.get_tracked_pose = illixr_hmd_get_tracked_pose; - dh->base.get_view_pose = illixr_hmd_get_view_pose; dh->base.get_view_poses = illixr_hmd_get_view_poses; dh->base.destroy = illixr_hmd_destroy; dh->base.name = XRT_DEVICE_GENERIC_HMD;