chore: remove unused HYPER key

This commit is contained in:
sithlord48
2025-08-07 17:58:28 -04:00
committed by Chris Rizzitello
parent 8d87f3250d
commit 9442295227

View File

@ -122,7 +122,6 @@ std::uint32_t EiKeyState::convertModMask(std::uint32_t xkb_mask) const
/* added in libxkbcommon 1.8.0 in the same commit so we have all or none */
#ifndef XKB_VMOD_NAME_ALT
static const auto XKB_VMOD_NAME_ALT = "Alt";
static const auto XKB_VMOD_NAME_HYPER = "Hyper";
static const auto XKB_VMOD_NAME_LEVEL3 = "LevelThree";
static const auto XKB_VMOD_NAME_LEVEL5 = "LevelFive";
static const auto XKB_VMOD_NAME_META = "Meta";