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) {