summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-23 21:02:52 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-23 21:02:52 -0500
commit5d67b8dd212c235a452468dff5271880fb2d4ac3 (patch)
treeaa16829e8918bcc270ecbcfe87ef0dedb08392d4 /src/downloadmanager.h
parentefdff42d5f6cdf5044e741ad7aa00bf73991c422 (diff)
Remove extraneous function
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 618c2813..76e9ab5a 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -299,14 +299,6 @@ public:
QString getFileName(int index) const;
/**
- * @brief retrieve the file index from the filename
- *
- * @param filename the filename of the download
- * @return the index of the file
- */
- int getDownloadIndex(QString filename) const;
-
- /**
* @brief retrieve the file size of the download specified by index
*
* @param index index of the file to look up