keybinds: fixup release conditions

honestly I already forgot why the m_vHeldBack vec existed. Seems useless and annoying. Fixes #3113
This commit is contained in:
vaxerski
2023-08-30 23:23:35 +02:00
parent b10cae3010
commit 9c4f776757
2 changed files with 1 additions and 11 deletions

View File

@@ -68,8 +68,6 @@ class CKeybindManager {
inline static std::string m_szCurrentSelectedSubmap = "";
std::vector<xkb_keysym_t> m_vHeldBack;
SKeybind* m_pActiveKeybind = nullptr;
uint32_t m_uTimeLastMs = 0;