mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
evdev: remove unused call to update_device
This commit is contained in:
parent
9c5da55dca
commit
e7adef9fe1
1 changed files with 0 additions and 1 deletions
|
@ -678,7 +678,6 @@ int evdev_joystick_handler::add_device(const std::string& device, const std::sha
|
||||||
|
|
||||||
PadHandlerBase::connection evdev_joystick_handler::update_connection(const std::shared_ptr<PadDevice>& device)
|
PadHandlerBase::connection evdev_joystick_handler::update_connection(const std::shared_ptr<PadDevice>& device)
|
||||||
{
|
{
|
||||||
bool result = update_device(device);
|
|
||||||
if (!update_device(device))
|
if (!update_device(device))
|
||||||
return connection::disconnected;
|
return connection::disconnected;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue