mirror of https://github.com/PCSX2/pcsx2.git
InputRecording: Fix Wunused-private-field warning.
This commit is contained in:
parent
1c1d494913
commit
e4da6829d3
|
@ -60,7 +60,6 @@ private:
|
|||
|
||||
bool m_initial_load_complete = false;
|
||||
bool m_is_active = false;
|
||||
bool m_pad_data_available = false;
|
||||
bool m_watching_for_rerecords = false;
|
||||
|
||||
// A consistent way to run actions at the end of the each frame (ie. stop the recording)
|
||||
|
|
Loading…
Reference in New Issue