From 539d9b457c4f30ef0731a479772212e7ce8bfd7c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 30 Mar 2021 00:45:51 +0200 Subject: Remove tor option. Use torsocks instead (which is what quickmedia did anyways) --- plugins/Page.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index 803b9e6..8ef2b59 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -54,7 +54,6 @@ namespace QuickMedia { // Called periodically (every frame right now) if this page is the currently active one virtual void update() {} - bool is_tor_enabled(); std::unique_ptr create_body(); std::unique_ptr create_search_bar(const std::string &placeholder_text, int search_delay); -- cgit v1.2.3