From 40e0f8f5d8c3e480f01a2d71b6a493247adcb77f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Sep 2020 03:49:17 +0200 Subject: Initial matrix support --- src/plugins/Fourchan.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/plugins/Fourchan.cpp') diff --git a/src/plugins/Fourchan.cpp b/src/plugins/Fourchan.cpp index 4f87049..4490f39 100644 --- a/src/plugins/Fourchan.cpp +++ b/src/plugins/Fourchan.cpp @@ -112,14 +112,6 @@ namespace QuickMedia { return PluginResult::OK; } - SearchResult Fourchan::search(const std::string &url, BodyItems &result_items) { - return SearchResult::OK; - } - - SuggestionResult Fourchan::update_search_suggestions(const std::string &text, BodyItems &result_items) { - return SuggestionResult::OK; - } - struct CommentPiece { enum class Type { TEXT, -- cgit v1.2.3