diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-04-06 23:30:18 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-04-07 00:20:02 +0200 |
commit | 643d74f66c2b22660264a393d5c3fa38f68a5d59 (patch) | |
tree | acd7387bdd6599aa1ecb8eb71f8d0d9a03c694c7 /api/logic/BaseVersionList.h | |
parent | f565798650b453ed8c94422096d9b37ba81ebf3e (diff) | |
download | MultiMC-643d74f66c2b22660264a393d5c3fa38f68a5d59.tar MultiMC-643d74f66c2b22660264a393d5c3fa38f68a5d59.tar.gz MultiMC-643d74f66c2b22660264a393d5c3fa38f68a5d59.tar.lz MultiMC-643d74f66c2b22660264a393d5c3fa38f68a5d59.tar.xz MultiMC-643d74f66c2b22660264a393d5c3fa38f68a5d59.zip |
NOISSUE implement recommended versions using the new JSON format
Diffstat (limited to 'api/logic/BaseVersionList.h')
-rw-r--r-- | api/logic/BaseVersionList.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/api/logic/BaseVersionList.h b/api/logic/BaseVersionList.h index eb3b622a..655bbd43 100644 --- a/api/logic/BaseVersionList.h +++ b/api/logic/BaseVersionList.h @@ -94,11 +94,6 @@ public: virtual BaseVersionPtr findVersion(const QString &descriptor); /*! - * \brief Gets the latest stable version from this list - */ - virtual BaseVersionPtr getLatestStable() const; - - /*! * \brief Gets the recommended version from this list * If the list doesn't support recommended versions, this works exactly as getLatestStable */ |