aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-14 00:44:26 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-14 00:44:26 +0100
commit85629da7eea972d96c5433191fc43125811cc7a0 (patch)
tree180cc83232c66d679a3ee6630ca3f56b769cf03d /plugins
parente65d0b4effdbbcc9393c58075c010f59231fd45e (diff)
Remove mangadex upgrade code
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Mangadex.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Mangadex.hpp b/plugins/Mangadex.hpp
index 6153187..cd37aff 100644
--- a/plugins/Mangadex.hpp
+++ b/plugins/Mangadex.hpp
@@ -5,8 +5,6 @@
#include <optional>
namespace QuickMedia {
- PluginResult legacy_mangadex_id_to_new_manga_id(Page *page, const std::vector<int> &manga_ids, std::vector<std::pair<int, std::string>> &new_manga_ids);
-
using ChapterImageUrls = std::unordered_map<std::string, std::vector<std::string>>;
class MangadexSearchPage : public Page {