hid/controller/npad: Remove unused dump_idx member variable

Given it's unused, we may as well toss it.
This commit is contained in:
Lioncash 2018-10-17 20:44:59 -04:00
parent 7eb2328d8e
commit 7f52dc1790
1 changed files with 0 additions and 1 deletions

View File

@ -278,7 +278,6 @@ private:
std::vector<u32> supported_npad_id_types{}; std::vector<u32> supported_npad_id_types{};
NpadHoldType hold_type{NpadHoldType::Vertical}; NpadHoldType hold_type{NpadHoldType::Vertical};
Kernel::SharedPtr<Kernel::Event> styleset_changed_event; Kernel::SharedPtr<Kernel::Event> styleset_changed_event;
std::size_t dump_idx{};
Vibration last_processed_vibration{}; Vibration last_processed_vibration{};
std::array<ControllerHolder, 10> connected_controllers{}; std::array<ControllerHolder, 10> connected_controllers{};
bool can_controllers_vibrate{true}; bool can_controllers_vibrate{true};