From b3cd759a4e6048c2b7f9764fca3d12c4a4d69e8d Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 13 Nov 2025 11:20:01 -0500 Subject: [PATCH] chore: remove unused KeySyms Tyepdef --- src/lib/platform/XDGKeyUtil.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/platform/XDGKeyUtil.h b/src/lib/platform/XDGKeyUtil.h index d80495537..6cc5dfe31 100644 --- a/src/lib/platform/XDGKeyUtil.h +++ b/src/lib/platform/XDGKeyUtil.h @@ -12,14 +12,11 @@ #include #include -#include //! XKB utility functions class XDGKeyUtil { public: - typedef std::vector KeySyms; - //! Convert KeySym to KeyID /*! Converts a KeySym to the equivalent KeyID. Returns kKeyNone if the