mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 04:58:21 +02:00
tools: Remove dead eraser_button_button initialization to BTN_STYLUS
Co-Authored-by: Claude Code <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1444>
This commit is contained in:
parent
45150cc6ec
commit
32fd9ec95f
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ tools_init_options(struct tools_options *options)
|
||||||
options->area.y2 = 1.0;
|
options->area.y2 = 1.0;
|
||||||
options->sendevents = LIBINPUT_CONFIG_SEND_EVENTS_ENABLED;
|
options->sendevents = LIBINPUT_CONFIG_SEND_EVENTS_ENABLED;
|
||||||
options->eraser_button_mode = LIBINPUT_CONFIG_ERASER_BUTTON_DEFAULT;
|
options->eraser_button_mode = LIBINPUT_CONFIG_ERASER_BUTTON_DEFAULT;
|
||||||
options->eraser_button_button = BTN_STYLUS;
|
|
||||||
options->eraser_button_button = 0;
|
options->eraser_button_button = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue