Move GetCompany() to ISOFile.h/GameFile.h

For consistency with the other Get methods.
This commit is contained in:
JosJuice
2015-06-13 18:43:10 +02:00
parent 4042945ee5
commit 01e324eed0
4 changed files with 2 additions and 12 deletions

View File

@ -201,11 +201,6 @@ std::string GameListItem::CreateCacheFilename()
return fullname;
}
std::string GameListItem::GetCompany() const
{
return m_company;
}
std::string GameListItem::GetDescription(DiscIO::IVolume::ELanguage language) const
{
return GetLanguageString(language, m_descriptions);