mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/render: Remove old code from removed layers
This commit is contained in:
parent
4fe1a2c2af
commit
a462afb767
|
@ -8,7 +8,6 @@
|
|||
* @ingroup comp_render
|
||||
*/
|
||||
|
||||
#include "xrt/xrt_config_build.h"
|
||||
#include "vk/vk_mini_helpers.h"
|
||||
|
||||
#include "render/render_interface.h"
|
||||
|
@ -41,11 +40,6 @@
|
|||
#include "shaders/mesh.frag.h"
|
||||
#include "shaders/mesh.vert.h"
|
||||
|
||||
#ifdef XRT_FEATURE_OPENXR_LAYER_CUBE
|
||||
#include "shaders/cube.frag.h"
|
||||
#include "shaders/cube.vert.h"
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue