From 5bdb291d90a81945977336dcca672965942a6c4c Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Tue, 15 Nov 2022 00:56:08 +0100 Subject: [PATCH] Qt/Updater: Remove unused member variable. --- Source/Core/DolphinQt/Updater.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt/Updater.h b/Source/Core/DolphinQt/Updater.h index 6c564d86a7..34739a6398 100644 --- a/Source/Core/DolphinQt/Updater.h +++ b/Source/Core/DolphinQt/Updater.h @@ -27,5 +27,4 @@ private: QWidget* m_parent; std::string m_update_track; std::string m_hash_override; - bool m_update_available = false; };