mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 04:25:58 +01:00
redundant
This commit is contained in:
parent
54d51cc2b4
commit
a00589aefc
1 changed files with 0 additions and 5 deletions
|
@ -592,11 +592,6 @@ int repeatKeyHandler(void* data) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int longPressHandler(SP<CEventLoopTimer> self, void* data) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
eMultiKeyCase CKeybindManager::mkKeysymSetMatches(const std::set<xkb_keysym_t> keybindKeysyms, const std::set<xkb_keysym_t> pressedKeysyms) {
|
||||
// Returns whether two sets of keysyms are equal, partially equal, or not
|
||||
// matching. (Partially matching means that pressed is a subset of bound)
|
||||
|
|
Loading…
Reference in a new issue