The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Remove unused comp_renderer including for comp_window_peek

authored by

utzcoz and committed by
Jakob Bornecrantz
98293215 c1ba8ff7

-2
-1
src/xrt/compositor/main/comp_window_peek.c
··· 8 8 */ 9 9 10 10 #include "main/comp_compositor.h" 11 - #include "main/comp_renderer.h" 12 11 #include "main/comp_target_swapchain.h" 13 12 #include "main/comp_window_peek.h" 14 13
-1
src/xrt/compositor/main/comp_window_peek.h
··· 18 18 #include "os/os_threading.h" 19 19 20 20 struct comp_compositor; 21 - struct comp_renderer; 22 21 23 22 #ifdef __cplusplus 24 23 extern "C" {