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) --- include/QuickMedia.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 8c6b02e..ec16feb 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -75,7 +75,6 @@ namespace QuickMedia { ~Program(); int run(int argc, char **argv); - bool is_tor_enabled(); std::unique_ptr create_body(); std::unique_ptr create_search_bar(const std::string &placeholder, int search_delay); @@ -164,7 +163,6 @@ namespace QuickMedia { int exit_code = 0; std::string resources_root; sf::Shader circle_mask_shader; - bool use_tor = false; bool no_video = false; bool use_system_mpv_config = false; UpscaleImageAction upscale_image_action = UpscaleImageAction::NO; -- cgit v1.2.3