remove unused variable
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user