diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-11-19 03:05:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-19 03:05:52 +0100 |
commit | 633ccf9c8d1f32b2f3a312f0e95e4ed6fbd33dd8 (patch) | |
tree | 679577d83d6c50c9e40663e43f71e0d1cdedae30 /include | |
parent | 7f538cf8187ca8107696ec22406aef1d44fe04e3 (diff) |
Revert back to loading thumbnails with multiple threads instead of loading thumbnails after requested in render loop
Diffstat (limited to 'include')
-rw-r--r-- | include/AsyncImageLoader.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<ThumbnailLoadData> image_thumbnail_create_queue; std::unordered_map<std::string, std::shared_ptr<ThumbnailData>> thumbnails; size_t counter = 0; - - std::mutex image_load_mutex; - ThumbnailLoadData current_loading_image; }; } |