diff options
author | Benjamin Otte <otte@redhat.com> | 2015-10-14 19:19:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-22 16:42:49 +0200 |
commit | d3bf602c60e8899f5e0e1ee6c6e26cd1550cfb3b (patch) | |
tree | 0992aea50929a99d5efb3dda2fe398a645c04f11 /gtk/gtkiconcache.h | |
parent | 371f5016326692396a1a957e3e250a24cbc709e3 (diff) | |
download | gtk+-d3bf602c60e8899f5e0e1ee6c6e26cd1550cfb3b.tar.gz |
iconcache: Remove unused function
Diffstat (limited to 'gtk/gtkiconcache.h')
-rw-r--r-- | gtk/gtkiconcache.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkiconcache.h b/gtk/gtkiconcache.h index 1ec47b00e2..da3c95ab9f 100644 --- a/gtk/gtkiconcache.h +++ b/gtk/gtkiconcache.h @@ -21,19 +21,6 @@ #include <gdk/gdk.h> typedef struct _GtkIconCache GtkIconCache; -typedef struct _GtkIconData GtkIconData; - -struct _GtkIconData -{ - gint ref; - gboolean has_embedded_rect; - gint x0, y0, x1, y1; - - GdkPoint *attach_points; - gint n_attach_points; - - gchar *display_name; -}; GtkIconCache *_gtk_icon_cache_new (const gchar *data); GtkIconCache *_gtk_icon_cache_new_for_path (const gchar *path); @@ -56,9 +43,6 @@ gint _gtk_icon_cache_get_icon_flags (GtkIconCache *cache, GdkPixbuf *_gtk_icon_cache_get_icon (GtkIconCache *cache, const gchar *icon_name, gint directory_index); -GtkIconData *_gtk_icon_cache_get_icon_data (GtkIconCache *cache, - const gchar *icon_name, - gint directory_index); GtkIconCache *_gtk_icon_cache_ref (GtkIconCache *cache); void _gtk_icon_cache_unref (GtkIconCache *cache); |