Skip to content

Remove superfluous mutex

Since !583 (merged) 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.

Merge request reports

Loading