From 5d67b8dd212c235a452468dff5271880fb2d4ac3 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sat, 23 Sep 2023 21:02:52 -0500 Subject: Remove extraneous function --- 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 618c2813..76e9ab5a 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -298,14 +298,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 * -- cgit v1.3.1