aboutsummaryrefslogtreecommitdiff
path: root/plugins/Mangadex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Mangadex.hpp')
-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: