From 6004dc8bc3048dc70e73b28e3a7542311c2b10e3 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Sun, 5 Sep 2021 17:30:51 +0000 Subject: [PATCH] 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 8a86b95b102..21a5e28a982 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) \