From 4fe0a037c82332e84b16a6f0e2847a2f9a0bd5d7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 18 Oct 2020 18:27:11 +0200 Subject: Matrix: add a proper URI parser instead of regex for opening links. Show related body item image when pressing enter (for showing replied to media) --- plugins/Plugin.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins') diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index 1427233..d754445 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -3,7 +3,6 @@ #include "../include/Body.hpp" #include "../include/DownloadUtils.hpp" #include -#include namespace QuickMedia { enum class PluginResult { @@ -36,10 +35,6 @@ namespace QuickMedia { size_t index; }; - void html_escape_sequences(std::string &str); - void html_unescape_sequences(std::string &str); - std::string url_param_encode(const std::string ¶m); - SuggestionResult download_result_to_suggestion_result(DownloadResult download_result); PluginResult download_result_to_plugin_result(DownloadResult download_result); SearchResult download_result_to_search_result(DownloadResult download_result); -- cgit v1.2.3