summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-12-02 04:36:31 +0100
committerBenjamin Otte <otte@redhat.com>2015-12-02 04:36:31 +0100
commit3513e5e87b4cd4bd7136881d499bfb91b869cf84 (patch)
tree74182f8ffa1b413d6263f7bd7cc2881916cf645d /gtk/gtkfilesystem.c
parentda6beb994ec25aaa79aae9b43d10b32035c412f1 (diff)
downloadgtk+-3513e5e87b4cd4bd7136881d499bfb91b869cf84.tar.gz
Chain up in state_flags_changed
When introducing handlers for state_flags_changed in the node transitions, chaining up was forgotten.
Diffstat (limited to 'gtk/gtkfilesystem.c')
-rw-r--r--gtk/gtkfilesystem.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c
index a69ba905f4..aac300d911 100644
--- a/gtk/gtkfilesystem.c
+++ b/gtk/gtkfilesystem.c
@@ -788,22 +788,6 @@ _gtk_file_system_volume_get_symbolic_icon (GtkFileSystemVolume *volume)
return NULL;
}
-cairo_surface_t *
-_gtk_file_system_volume_render_symbolic_icon (GtkFileSystemVolume *volume,
- GtkWidget *widget,
- gint icon_size,
- GError **error)
-{
- GIcon *icon;
- cairo_surface_t *surface;
-
- icon = _gtk_file_system_volume_get_symbolic_icon (volume);
- surface = get_surface_from_gicon (icon, widget, icon_size, error);
- g_object_unref (icon);
-
- return surface;
-}
-
GtkFileSystemVolume *
_gtk_file_system_volume_ref (GtkFileSystemVolume *volume)
{
@@ -894,14 +878,6 @@ _gtk_file_info_render_icon (GFileInfo *info,
return _gtk_file_info_render_icon_internal (info, widget, icon_size, FALSE);
}
-cairo_surface_t *
-_gtk_file_info_render_symbolic_icon (GFileInfo *info,
- GtkWidget *widget,
- gint icon_size)
-{
- return _gtk_file_info_render_icon_internal (info, widget, icon_size, TRUE);
-}
-
gboolean
_gtk_file_info_consider_as_directory (GFileInfo *info)
{