The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/ohmd: Remove duplicate delay_after_initialization code

-8
-8
src/xrt/drivers/ohmd/oh_device.c
··· 1008 1008 ohd->base.device_type = XRT_DEVICE_TYPE_HMD; 1009 1009 1010 1010 1011 - if (info.quirks.delay_after_initialization) { 1012 - unsigned int time_to_sleep = 1; 1013 - do { 1014 - //! @todo convert to os_nanosleep 1015 - time_to_sleep = sleep(time_to_sleep); 1016 - } while (time_to_sleep); 1017 - } 1018 - 1019 1011 if (ohd->ll <= U_LOGGING_DEBUG) { 1020 1012 u_device_dump_config(&ohd->base, __func__, prod); 1021 1013 }