aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Fourchan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Fourchan.cpp')
-rw-r--r--src/plugins/Fourchan.cpp8
1 files changed, 0 insertions, 8 deletions
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,