From bcc836ee090d98cfa4d39dd4291d7b784c42ec4f Mon Sep 17 00:00:00 2001 From: Heorhi Valakhanovich Date: Fri, 11 Apr 2025 14:38:13 +0300 Subject: [PATCH] core: remove fake declaration in header --- src/core/hyprlock.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/hyprlock.hpp b/src/core/hyprlock.hpp index 2cb6617..64505ac 100644 --- a/src/core/hyprlock.hpp +++ b/src/core/hyprlock.hpp @@ -65,8 +65,6 @@ class CHyprlock { size_t getPasswordBufferLen(); size_t getPasswordBufferDisplayLen(); - std::string getActiveKeyboardLayout(); - SP getSessionLockMgr(); SP getSessionLock(); SP getCompositor();