mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 23:40:54 +00:00
Removed unused function
This commit is contained in:
parent
2e465ae31b
commit
73927b0948
1 changed files with 0 additions and 6 deletions
|
@ -653,12 +653,6 @@ void HIDAPI_SetDeviceName(SDL_HIDAPI_Device *device, const char *name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void HIDAPI_SetDeviceVendor(SDL_HIDAPI_Device *device, Uint16 vendor_id)
|
|
||||||
{
|
|
||||||
/* Don't set the device vendor ID directly, or we'll constantly re-enumerate this device */
|
|
||||||
SDL_SetJoystickGUIDVendor(&device->guid, vendor_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
void HIDAPI_SetDeviceProduct(SDL_HIDAPI_Device *device, Uint16 vendor_id, Uint16 product_id)
|
void HIDAPI_SetDeviceProduct(SDL_HIDAPI_Device *device, Uint16 vendor_id, Uint16 product_id)
|
||||||
{
|
{
|
||||||
/* Don't set the device product ID directly, or we'll constantly re-enumerate this device */
|
/* Don't set the device product ID directly, or we'll constantly re-enumerate this device */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue