diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 00:08:58 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:35:08 -0500 |
| commit | 133c072eb7f63e807f2a211804537f59d1f8b0ed (patch) | |
| tree | 423aa6c4a25f321bc3f4842c25952b1c11b89838 /src/downloadmanager.h | |
| parent | 639fc787bfbcc9d63765280c1c4e7e80e2bd1b34 (diff) | |
Rework download category parsing
- Bypasses issue where hidden downloads are not accessible
- getCategoryID no longer necessary
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index 359455d9..d264ec87 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -357,14 +357,6 @@ public: int getModID(int index) const; /** - * @brief retrieve the nexus category id of the download specified by index - * - * @param index index of the file to look up - * @return the nexus category id - */ - int getCategoryID(int index) const; - - /** * @brief retrieve the displayable game name of the download specified by the index * * @param index index of the file to look up |
