Comment-out deprecated attribute

It may be valid, but fails our CI
This commit is contained in:
Johannes Lorenz
2019-12-26 18:23:52 +01:00
parent 11e5de3a4e
commit a9640c8898

View File

@@ -126,7 +126,8 @@ public:
void clearKeyModifiers();
[[deprecated]] // TODO Remove this function, since m_shift can get stuck down.
// TODO Remove this function, since m_shift can get stuck down.
// [[deprecated]]
bool isShiftPressed()
{
return m_keyMods.m_shift;