From 9a3e8032301840e3645ade96475a199528b19b88 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 May 2020 03:21:31 +0200 Subject: Remove old unused code (mangadex html chapter list) --- plugins/Mangadex.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Mangadex.hpp b/plugins/Mangadex.hpp index 9d6d366..5feb7f8 100644 --- a/plugins/Mangadex.hpp +++ b/plugins/Mangadex.hpp @@ -20,7 +20,6 @@ namespace QuickMedia { bool extract_id_from_url(const std::string &url, std::string &manga_id) override; private: - SearchResult search_page(const std::string &url, BodyItems &result_items, int page, bool *is_last_page); // Caches url. If the same url is requested multiple times then the cache is used ImageResult get_image_urls_for_chapter(const std::string &url); private: -- cgit v1.2.3