remove unused variable

This commit is contained in:
Megamouse 2021-02-23 04:34:09 +01:00
parent 037586d7bb
commit 0878db4e17

View File

@ -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)
{