mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-05 15:56:49 +00:00
remove unused variable
This commit is contained in:
parent
037586d7bb
commit
0878db4e17
@ -185,8 +185,6 @@ std::shared_ptr<Device> hid_pad_handler<Device>::get_hid_device(const std::strin
|
||||
if (!Init())
|
||||
return nullptr;
|
||||
|
||||
std::shared_ptr<Device> device = nullptr;
|
||||
|
||||
// Controllers 1-n in GUI
|
||||
for (auto& cur_control : m_controllers)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user