Qt/Updater: Remove unused member variable.

This commit is contained in:
Admiral H. Curtiss 2022-11-15 00:56:08 +01:00
parent 7cd08fde75
commit 5bdb291d90
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
1 changed files with 0 additions and 1 deletions

View File

@ -27,5 +27,4 @@ private:
QWidget* m_parent;
std::string m_update_track;
std::string m_hash_override;
bool m_update_available = false;
};