From d00ecb7231f68511e6053fb125ef318095497850 Mon Sep 17 00:00:00 2001 From: Michael M Date: Tue, 22 Aug 2017 12:18:29 -0700 Subject: [PATCH] GameFile: remove unused m_company --- Source/Core/DolphinQt2/GameList/GameFile.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt2/GameList/GameFile.h b/Source/Core/DolphinQt2/GameList/GameFile.h index 786274c091..4a7ad53b70 100644 --- a/Source/Core/DolphinQt2/GameList/GameFile.h +++ b/Source/Core/DolphinQt2/GameList/GameFile.h @@ -105,7 +105,6 @@ private: QMap m_short_makers; QMap m_long_makers; QMap m_descriptions; - QString m_company; u8 m_disc_number = 0; DiscIO::Region m_region; DiscIO::Platform m_platform;