diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-05-28 03:21:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-05-28 03:21:31 +0200 |
commit | 9a3e8032301840e3645ade96475a199528b19b88 (patch) | |
tree | 91e1fa638242f095e3d108c2389b226e0bd43ebd /plugins | |
parent | fe20f4e3ce6cc194919d13460c741369d5b30c3c (diff) |
Remove old unused code (mangadex html chapter list)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mangadex.hpp | 1 |
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: |