From c96fdcb4d639ae52ad1d2c812a07e5667849fe71 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Jun 2021 17:11:13 +0200 Subject: Optimize shaders, only update youtube decryption function once every 5 minutes, smoother movement with smaller card items --- plugins/youtube/Signature.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') 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 #include #include -#include #include 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 poll_task; - std::mutex update_signature_mutex; std::string decryption_function; time_t decrypt_function_last_updated = 0; bool running = false; -- cgit v1.2.3