summaryrefslogtreecommitdiff
path: root/src/nautilus-file.h
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-05-12 21:58:59 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-05-12 22:02:04 +0300
commitf183d59337b9710f69fbaeda980a125dbef4bc2f (patch)
tree1149e421698b54812f7d3e827ca917b1d872088d /src/nautilus-file.h
parent14b734b34a5939174246f1de41bee81dbe680af6 (diff)
downloadnautilus-f183d59337b9710f69fbaeda980a125dbef4bc2f.tar.gz
general: Remove remaining desktop-file-related code
Diffstat (limited to 'src/nautilus-file.h')
-rw-r--r--src/nautilus-file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-file.h b/src/nautilus-file.h
index 33d897dcf..c560f6a45 100644
--- a/src/nautilus-file.h
+++ b/src/nautilus-file.h
@@ -454,8 +454,6 @@ GList *nautilus_file_list_filter_hidden (GList
/* Get the URI that's used when activating the file.
* Getting this can require reading the contents of the file.
*/
-gboolean nautilus_file_is_launcher (NautilusFile *file);
-gboolean nautilus_file_is_trusted_link (NautilusFile *file);
gboolean nautilus_file_has_activation_uri (NautilusFile *file);
char * nautilus_file_get_activation_uri (NautilusFile *file);
GFile * nautilus_file_get_activation_location (NautilusFile *file);