mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-18 10:34:30 -04:00
Linux: Remove unused function register_error()
Fix compiler warning hid.c:93:13: warning: 'register_error' defined but not used [-Wunused-function]
This commit is contained in:
committed by
Alan Ott
parent
61757847c4
commit
bfb2b5924d
@@ -90,10 +90,6 @@ hid_device *new_hid_device()
|
||||
return dev;
|
||||
}
|
||||
|
||||
static void register_error(hid_device *device, const char *op)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/* The caller must free the returned string with free(). */
|
||||
static wchar_t *utf8_to_wchar_t(const char *utf8)
|
||||
|
||||
Reference in New Issue
Block a user