From e4da6829d3ace128449413f2f6ef71a14645cfbd Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:23:25 +0100 Subject: [PATCH] InputRecording: Fix Wunused-private-field warning. --- pcsx2/Recording/InputRecording.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/Recording/InputRecording.h b/pcsx2/Recording/InputRecording.h index 9bf8388868..67fdf87fdd 100644 --- a/pcsx2/Recording/InputRecording.h +++ b/pcsx2/Recording/InputRecording.h @@ -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)