aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-28 03:21:31 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-28 03:21:31 +0200
commit9a3e8032301840e3645ade96475a199528b19b88 (patch)
tree91e1fa638242f095e3d108c2389b226e0bd43ebd /plugins
parentfe20f4e3ce6cc194919d13460c741369d5b30c3c (diff)
Remove old unused code (mangadex html chapter list)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Mangadex.hpp1
1 files changed, 0 insertions, 1 deletions
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: