Removed tech ENABLE_RENDER_PICKING_PASS

This commit is contained in:
enricoturri1966 2022-06-15 14:29:29 +02:00
parent 7926781ac1
commit f45711e7e5
5 changed files with 0 additions and 32 deletions

View file

@ -172,10 +172,6 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "M", L("Show/Hide 3Dconnexion devices settings dialog") },
#endif // __APPLE__
#endif // _WIN32
#if ENABLE_RENDER_PICKING_PASS
// Don't localize debugging texts.
{ "P", "Toggle picking pass texture rendering on/off" },
#endif // ENABLE_RENDER_PICKING_PASS
};
m_full_shortcuts.push_back({ { _L("Plater"), "" }, plater_shortcuts });