mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt/PatchesWidget: Remove unused private member variable m_game
This resolves a -Wunused-private-field warning
This commit is contained in:
@ -48,7 +48,6 @@ private:
|
||||
QPushButton* m_remove_button;
|
||||
|
||||
std::vector<PatchEngine::Patch> m_patches;
|
||||
const UICommon::GameFile& m_game;
|
||||
std::string m_game_id;
|
||||
u16 m_game_revision;
|
||||
};
|
||||
|
Reference in New Issue
Block a user