git: 6004dc8bc304 - stable/13 - hpen(4): removed leftover hpen_final_digi_cb declaration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 14:05:02 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6004dc8bc3048dc70e73b28e3a7542311c2b10e3 commit 6004dc8bc3048dc70e73b28e3a7542311c2b10e3 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2021-09-05 17:30:51 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-10-07 14:00:13 +0000 hpen(4): removed leftover hpen_final_digi_cb declaration (cherry picked from commit 007724cbca6f6d91b8c3450bd4a11f3ea2bb647a) --- sys/dev/hid/hpen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/hid/hpen.c b/sys/dev/hid/hpen.c index 8a86b95b1020..21a5e28a9827 100644 --- a/sys/dev/hid/hpen.c +++ b/sys/dev/hid/hpen.c @@ -59,7 +59,6 @@ static const uint8_t hpen_graphire3_4x5_report_descr[] = { HID_GRAPHIRE3_4X5_REPORT_DESCR() }; static hidmap_cb_t hpen_battery_strenght_cb; -static hidmap_cb_t hpen_final_digi_cb; static hidmap_cb_t hpen_final_pen_cb; #define HPEN_MAP_BUT(usage, code) \