Removed tech ENABLE_RENDER_PICKING_PASS

(cherry picked from commit prusa3d/PrusaSlicer@f45711e7e5)
This commit is contained in:
enricoturri1966 2023-10-29 00:24:19 +08:00 committed by Noisyfox
parent 1e7a91e2d5
commit f0199159e7
3 changed files with 0 additions and 23 deletions

View file

@ -579,10 +579,6 @@ private:
bool m_reload_delayed;
#if ENABLE_RENDER_PICKING_PASS
bool m_show_picking_texture;
#endif // ENABLE_RENDER_PICKING_PASS
RenderStats m_render_stats;
int m_imgui_undo_redo_hovered_pos{ -1 };