diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 06:58:29 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 06:58:29 +0000 |
| commit | 37c3bea7dd5a562a97c00b740103cc2868b3013b (patch) | |
| tree | c4fce29e8aaba21307456dd30b9cbf81580e6c3e /src/shared/gameinfo.h | |
| parent | 3659284ab6bdbf0845cf846600a26db688584d6f (diff) | |
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexustName
Diffstat (limited to 'src/shared/gameinfo.h')
| -rw-r--r-- | src/shared/gameinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index 9ae42159..9538a19c 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -62,7 +62,6 @@ public: virtual GameInfo::Type getType() = 0;
virtual std::wstring getGameName() const = 0;
- virtual std::wstring getGameShortName() const = 0;
/// determine the load order mechanism used by this game. this may throw an
/// exception if the mechanism can't be determined
|
