From 133c072eb7f63e807f2a211804537f59d1f8b0ed Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 21 Sep 2023 00:08:58 -0500 Subject: Rework download category parsing - Bypasses issue where hidden downloads are not accessible - getCategoryID no longer necessary --- src/downloadmanager.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/downloadmanager.h') diff --git a/src/downloadmanager.h b/src/downloadmanager.h index 359455d9..d264ec87 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -356,14 +356,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 * -- cgit v1.3.1