Skip to content

Commit

Permalink
Merge pull request #5965 from ligfx/gamefileremovecompany
Browse files Browse the repository at this point in the history
GameFile: remove unused m_company
  • Loading branch information
leoetlino committed Aug 22, 2017
2 parents 3094d65 + d00ecb7 commit b13d7f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/DolphinQt2/GameList/GameFile.h
Expand Up @@ -105,7 +105,6 @@ class GameFile final
QMap<DiscIO::Language, QString> m_short_makers;
QMap<DiscIO::Language, QString> m_long_makers;
QMap<DiscIO::Language, QString> m_descriptions;
QString m_company;
u8 m_disc_number = 0;
DiscIO::Region m_region;
DiscIO::Platform m_platform;
Expand Down

0 comments on commit b13d7f9

Please sign in to comment.