Skip to content
  • António Fernandes's avatar
    file-utils: Remove obsolete API for desktop dir · 52d80d29
    António Fernandes authored
    None of this is currently used.
    
    Also, since the desktop_is_home_dir setting was removed in
    commit 5ab3050f, the desktop dir is
    always XDG_DESKTOP_DIR. Thanks to that, we can simply use this instead:
    
    nautilus_file_is_user_special_directory (file,
                                             G_USER_DIRECTORY_DESKTOP)
    
    Therefore, remove the obsolete API.
    52d80d29