summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 00:08:58 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:35:08 -0500
commit133c072eb7f63e807f2a211804537f59d1f8b0ed (patch)
tree423aa6c4a25f321bc3f4842c25952b1c11b89838 /src/downloadmanager.h
parent639fc787bfbcc9d63765280c1c4e7e80e2bd1b34 (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.h8
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