ConfigManager: Remove m_strName

m_strName has limited usefulness, because GetInternalName()
can be inaccurate or even completely wrong. It was almost
completely unused anyway.
This commit is contained in:
JosJuice
2017-03-08 21:01:57 +01:00
parent 489d90b6f3
commit a1f874a66b
5 changed files with 2 additions and 15 deletions

View File

@ -211,7 +211,6 @@ struct SConfig : NonCopyable
std::string m_strApploader;
std::string m_strGameID;
u64 m_title_id;
std::string m_strName;
std::string m_strWiiSDCardPath;
u16 m_revision;