diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-03-30 00:45:51 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-03-30 00:45:51 +0200 |
commit | 539d9b457c4f30ef0731a479772212e7ce8bfd7c (patch) | |
tree | 256aae0d3524918ba80d609cadd9063cd06fb453 /plugins | |
parent | 3ac540c21116cb9cc91cfd1d7b0dd6f6ded31123 (diff) |
Remove tor option. Use torsocks instead (which is what quickmedia did anyways)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 2 | ||||
-rw-r--r-- | plugins/Page.hpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index da55f81..b240cb8 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -502,8 +502,6 @@ namespace QuickMedia { RoomData* get_room_by_id(const std::string &id); void update_user_with_latest_state(RoomData *room, const std::string &user_id); void update_room_users(RoomData *room); - - bool use_tor = false; private: PluginResult set_qm_last_read_message_timestamp(RoomData *room, int64_t timestamp); 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); |