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; };