mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
core: remove debug unlock
This commit is contained in:
parent
a6ac79641a
commit
d12d1da210
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue