aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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);