summaryrefslogtreecommitdiff
path: root/src/nautilus-file-utilities.h
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2020-12-12 20:56:13 +0000
committerOndrej Holy <oholy@redhat.com>2021-01-25 10:54:10 +0000
commitf0759d6fe9bb405c3e9a5a5cf2e9509514f4eb6f (patch)
tree21849d17dd5d45931c46573802ae349d6d437352 /src/nautilus-file-utilities.h
parent5c5fee1469d63274c626b1ecb31f5061e40740a9 (diff)
downloadnautilus-f0759d6fe9bb405c3e9a5a5cf2e9509514f4eb6f.tar.gz
file-utilities: Drop nautilus_file_system_is_remote
It compares the filesystem type identifier with a hardcoded list of remote types introduced in 2015.[0] The filesystem::remote attribute has been introduced[1] to handle this, and we have been using it[2], but kept the hardcoded list in order to workaround issues with GLocalFile not setting this attribute correctly. Now that these issues have been fixed[3], we can finally drop it. [0] d3e1a71c6377343af5d61d6ded7bc4f53dfeaf53 [1] https://gitlab.gnome.org/GNOME/glib/-/commit/e57355b055217b067cd1a71340f7ea47e51d4aae [2] 99f55748ef69a68df86b9a039998ee576d59b898 [3] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1534
Diffstat (limited to 'src/nautilus-file-utilities.h')
-rw-r--r--src/nautilus-file-utilities.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-file-utilities.h b/src/nautilus-file-utilities.h
index 22d851c1b..67df0e4d9 100644
--- a/src/nautilus-file-utilities.h
+++ b/src/nautilus-file-utilities.h
@@ -141,5 +141,3 @@ gchar * nautilus_uri_to_native_uri (const gchar *uri);
NautilusQueryRecursive location_settings_search_get_recursive (void);
NautilusQueryRecursive location_settings_search_get_recursive_for_location (GFile *location);
-
-gboolean nautilus_file_system_is_remote (const char *file_system);