From 8f5a7b88c7ef01eca692277913265d094c0dd7d9 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 16 Feb 2022 19:41:20 +0000 Subject: [PATCH] d/wmr: Tidy todos --- src/xrt/drivers/wmr/wmr_hmd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/xrt/drivers/wmr/wmr_hmd.c b/src/xrt/drivers/wmr/wmr_hmd.c index 65f0f204d..5b19dc8d7 100644 --- a/src/xrt/drivers/wmr/wmr_hmd.c +++ b/src/xrt/drivers/wmr/wmr_hmd.c @@ -547,8 +547,7 @@ wmr_hmd_deactivate_reverb(struct wmr_hmd *wh) // Turn the screen off wmr_hmd_screen_enable_reverb(wh, false); - // To do: Power down IMU, and maybe more. - // struct os_hid_device *hid = wh->hid_control_dev; + //! @todo Power down IMU, and maybe more. } static void @@ -608,8 +607,7 @@ wmr_hmd_deactivate_odyssey_plus(struct wmr_hmd *wh) // Turn the screen off wmr_hmd_screen_enable_odyssey_plus(wh, false); - // To do: Power down IMU, and maybe more. - // struct os_hid_device *hid = wh->hid_control_dev; + //! @todo Power down IMU, and maybe more. } static void