From 32fd9ec95f1245405843cb36a8a0abf245158d71 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 11 Mar 2026 20:54:19 +1000 Subject: [PATCH] tools: Remove dead eraser_button_button initialization to BTN_STYLUS Co-Authored-by: Claude Code Part-of: --- tools/shared.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/shared.c b/tools/shared.c index 7e3ee87c..a359dcdd 100644 --- a/tools/shared.c +++ b/tools/shared.c @@ -146,7 +146,6 @@ tools_init_options(struct tools_options *options) options->area.y2 = 1.0; options->sendevents = LIBINPUT_CONFIG_SEND_EVENTS_ENABLED; options->eraser_button_mode = LIBINPUT_CONFIG_ERASER_BUTTON_DEFAULT; - options->eraser_button_button = BTN_STYLUS; options->eraser_button_button = 0; }