diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2014-08-30 12:01:34 -0700 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-08-30 12:01:34 -0700 |
commit | 67fdde6a9ff2dcbe3ae25fa3e259e77a4951cc46 (patch) | |
tree | d8b85fafb07e7507ab87a9180200b417a24f4211 /libnautilus-private/nautilus-file.h | |
parent | 2450c146b3b07f17aff1c32e6f3efc88951f126d (diff) | |
download | nautilus-67fdde6a9ff2dcbe3ae25fa3e259e77a4951cc46.tar.gz |
icon-info: remove code for unused .icon file functionality
GTK+ deprecated the functionality from GtkIconInfo, and will now always
return empty data. We can then just remove all the code related to that
feature.
Diffstat (limited to 'libnautilus-private/nautilus-file.h')
-rw-r--r-- | libnautilus-private/nautilus-file.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libnautilus-private/nautilus-file.h b/libnautilus-private/nautilus-file.h index 3fe5e4f83..90294f088 100644 --- a/libnautilus-private/nautilus-file.h +++ b/libnautilus-private/nautilus-file.h @@ -210,10 +210,6 @@ gboolean nautilus_file_should_show_thumbnail (Nautilu gboolean nautilus_file_should_show_directory_item_count (NautilusFile *file); gboolean nautilus_file_should_show_type (NautilusFile *file); GList * nautilus_file_get_emblem_icons (NautilusFile *file); -char * nautilus_file_get_top_left_text (NautilusFile *file); -char * nautilus_file_peek_top_left_text (NautilusFile *file, - gboolean need_large_text, - gboolean *got_top_left_text); gboolean nautilus_file_get_directory_item_mime_types (NautilusFile *file, GList **mime_list); |