aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 0 insertions, 2 deletions
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<Body> create_body();
std::unique_ptr<SearchBar> 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;