From d12d1da21059df944caa35d524a9b8d17e7baa9e Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 18 Feb 2024 23:08:48 +0000 Subject: [PATCH] core: remove debug unlock --- src/core/hyprlock.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/hyprlock.cpp b/src/core/hyprlock.cpp index 8770518..6af108b 100644 --- a/src/core/hyprlock.cpp +++ b/src/core/hyprlock.cpp @@ -141,8 +141,6 @@ static void handlePointerMotion(void* data, struct wl_pointer* wl_pointer, uint3 static void handlePointerButton(void* data, struct wl_pointer* wl_pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t button_state) { ; - // TODO: remove xD - g_pHyprlock->unlockSession(); } static void handleFrame(void* data, struct wl_pointer* wl_pointer) {