Remove superfluous mutex
- Jan 20, 2025
-
-
Alexander Schwinn authored
Since !583 the method "thunar_file_set_content_type" is not called from a separate thread anymore, but only in the main thread. As such, mutex protection for file->content_type is not required anymore.
f80f8c81
-