mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +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
|
* @ingroup comp_render
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xrt/xrt_config_build.h"
|
|
||||||
#include "vk/vk_mini_helpers.h"
|
#include "vk/vk_mini_helpers.h"
|
||||||
|
|
||||||
#include "render/render_interface.h"
|
#include "render/render_interface.h"
|
||||||
|
@ -41,11 +40,6 @@
|
||||||
#include "shaders/mesh.frag.h"
|
#include "shaders/mesh.frag.h"
|
||||||
#include "shaders/mesh.vert.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__)
|
#if defined(__GNUC__)
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue