mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12: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())
|
if (!Init())
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
std::shared_ptr<Device> device = nullptr;
|
|
||||||
|
|
||||||
// Controllers 1-n in GUI
|
// Controllers 1-n in GUI
|
||||||
for (auto& cur_control : m_controllers)
|
for (auto& cur_control : m_controllers)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue