aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-26 22:10:49 +0200
committervaxerski <[email protected]>2022-04-26 22:10:49 +0200
commit7d03328ef9aebb8671303c6245563a943723e1fc (patch)
tree9643bd85b9bb457940cd7299cb8c47187f9116cc
parent8b8453fe4e9d206a3b39641f2a0ff5b108c68fcc (diff)
downloadHyprland-7d03328ef9aebb8671303c6245563a943723e1fc.tar.gz
Hyprland-7d03328ef9aebb8671303c6245563a943723e1fc.zip
oops this is illegal
-rw-r--r--src/events/Devices.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/events/Devices.cpp b/src/events/Devices.cpp
index abf759d6..f720fbaf 100644
--- a/src/events/Devices.cpp
+++ b/src/events/Devices.cpp
@@ -70,7 +70,6 @@ void Events::listener_newInput(wl_listener* listener, void* data) {
g_pInputManager->newKeyboard(DEVICE);
break;
case WLR_INPUT_DEVICE_POINTER:
- case WLR_INPUT_DEVICE_TABLET_PAD:
case WLR_INPUT_DEVICE_TABLET_TOOL:
case WLR_INPUT_DEVICE_TOUCH:
Debug::log(LOG, "Attached a mouse with name %s", DEVICE->name);