diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-11 17:11:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-11 17:11:13 +0200 |
commit | c96fdcb4d639ae52ad1d2c812a07e5667849fe71 (patch) | |
tree | 37ace7d7fbb79a211d604a9e7a3204e454ee8720 /plugins | |
parent | 26b593b1eac483f700c72b4195e372f4b92acc7f (diff) |
Optimize shaders, only update youtube decryption function once every 5 minutes, smoother movement with smaller card items
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/youtube/Signature.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/youtube/Signature.hpp b/plugins/youtube/Signature.hpp index 8c782f9..01299ee 100644 --- a/plugins/youtube/Signature.hpp +++ b/plugins/youtube/Signature.hpp @@ -4,7 +4,6 @@ #include <string> #include <vector> #include <map> -#include <mutex> #include <time.h> namespace QuickMedia { @@ -36,7 +35,6 @@ namespace QuickMedia { // TODO: Remove this task and instead add the network download task to a queue and add a poll function to check if it has finished downloading // or if it needs to be updated. AsyncTask<void> poll_task; - std::mutex update_signature_mutex; std::string decryption_function; time_t decrypt_function_last_updated = 0; bool running = false; |