Skip to content
Snippets Groups Projects

Remove superfluous mutex

Merged Alexander Schwinn requested to merge alexxcons/thunar:remove-superfluous-mutex into master
  1. Jan 20, 2025
    • Alexander Schwinn's avatar
      Remove superfluous mutex · f80f8c81
      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
Loading