mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
remove unused variable
This commit is contained in:
parent
037586d7bb
commit
0878db4e17
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue