Linux: Took out one more setlocale()

This commit is contained in:
Alan Ott 2012-02-27 21:13:25 -05:00
parent b57e8f6dac
commit 7f6b496374

View File

@ -754,8 +754,6 @@ hid_device * HID_API_EXPORT hid_open_path(const char *path)
int d = 0;
int good_open = 0;
setlocale(LC_ALL,"");
hid_init();
num_devs = libusb_get_device_list(usb_context, &devs);