summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-17 20:44:59 -0400
committerLioncash <mathew1800@gmail.com>2018-10-17 20:52:45 -0400
commit7f52dc1790f37e7c6bde40c43379a0e4798008f6 (patch)
treebf0ebfc08f529ce190e04732e3a5470d425c36af /src
parent7eb2328d8eed4afca1869670c117adf95be2b092 (diff)
hid/controller/npad: Remove unused dump_idx member variable
Given it's unused, we may as well toss it.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index 2794f8b58..7c0f93acf 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -278,7 +278,6 @@ private:
std::vector<u32> supported_npad_id_types{};
NpadHoldType hold_type{NpadHoldType::Vertical};
Kernel::SharedPtr<Kernel::Event> styleset_changed_event;
- std::size_t dump_idx{};
Vibration last_processed_vibration{};
std::array<ControllerHolder, 10> connected_controllers{};
bool can_controllers_vibrate{true};