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:
parent
b10cae3010
commit
9c4f776757
2 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue