aboutsummaryrefslogtreecommitdiff
path: root/plugins/Page.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Page.hpp')
-rw-r--r--plugins/Page.hpp1
1 files changed, 0 insertions, 1 deletions
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<Body> create_body();
std::unique_ptr<SearchBar> create_search_bar(const std::string &placeholder_text, int search_delay);