Remove unused method

This commit is contained in:
Luis Ángel San Martín
2022-08-31 16:13:28 +02:00
parent 317e2546a9
commit c9bb429ad6
2 changed files with 0 additions and 14 deletions

View File

@ -66,7 +66,6 @@ public:
static void update(ComicInfo *comicInfo, QSqlDatabase &db);
static void updateRead(ComicInfo *comicInfo, QSqlDatabase &db);
static void update(const Folder &folder, QSqlDatabase &db);
static void updateChildrenInfo(const Folder &folder, QSqlDatabase &db);
static void updateChildrenInfo(qulonglong folderId, QSqlDatabase &db);
static void updateChildrenInfo(QSqlDatabase &db);
static void updateProgress(qulonglong libraryId, const ComicInfo &comicInfo);