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:
Ludovic Rousseau
2012-09-21 11:07:11 +02:00
committed by Alan Ott
parent 61757847c4
commit bfb2b5924d
-4
View File
@@ -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)