aboutsummaryrefslogtreecommitdiff
path: root/plugins/youtube/Signature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/youtube/Signature.hpp')
-rw-r--r--plugins/youtube/Signature.hpp2
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;