From 633ccf9c8d1f32b2f3a312f0e95e4ed6fbd33dd8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 19 Nov 2021 03:05:52 +0100 Subject: Revert back to loading thumbnails with multiple threads instead of loading thumbnails after requested in render loop --- include/AsyncImageLoader.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/AsyncImageLoader.hpp') diff --git a/include/AsyncImageLoader.hpp b/include/AsyncImageLoader.hpp index 856e9cc..23c2889 100644 --- a/include/AsyncImageLoader.hpp +++ b/include/AsyncImageLoader.hpp @@ -90,8 +90,5 @@ namespace QuickMedia { MessageQueue image_thumbnail_create_queue; std::unordered_map> thumbnails; size_t counter = 0; - - std::mutex image_load_mutex; - ThumbnailLoadData current_loading_image; }; } -- cgit v1.2.3