From 7d03328ef9aebb8671303c6245563a943723e1fc Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 26 Apr 2022 22:10:49 +0200 Subject: [PATCH] oops this is illegal --- src/events/Devices.cpp | 1 - 1 file changed, 1 deletion(-) 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);