diff options
author | Benjamin Otte <otte@redhat.com> | 2015-12-02 14:56:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-12-02 14:56:15 +0100 |
commit | 8a7dbe5f36a196660ea452e9772b2aeacd9b6c2e (patch) | |
tree | 25d6b6e9c716f024901864ba7b4450d6989b4760 /gtk/gtkimageprivate.h | |
parent | c66a2057afb73c3743d60987a1618b0a7cdb710e (diff) | |
download | gtk+-8a7dbe5f36a196660ea452e9772b2aeacd9b6c2e.tar.gz |
image: Remove unused code
I wonder how long that stuff has existed and not been used...
Diffstat (limited to 'gtk/gtkimageprivate.h')
-rw-r--r-- | gtk/gtkimageprivate.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gtk/gtkimageprivate.h b/gtk/gtkimageprivate.h index 6e78bdc6db..c734ee81a5 100644 --- a/gtk/gtkimageprivate.h +++ b/gtk/gtkimageprivate.h @@ -31,49 +31,6 @@ G_BEGIN_DECLS -typedef struct _GtkImagePixbufData GtkImagePixbufData; -typedef struct _GtkImageStockData GtkImageStockData; -typedef struct _GtkImageIconSetData GtkImageIconSetData; -typedef struct _GtkImageAnimationData GtkImageAnimationData; -typedef struct _GtkImageIconNameData GtkImageIconNameData; -typedef struct _GtkImageGIconData GtkImageGIconData; - -struct _GtkImagePixbufData -{ - GdkPixbuf *pixbuf; -}; - -struct _GtkImageStockData -{ - gchar *stock_id; -}; - -struct _GtkImageIconSetData -{ - GtkIconSet *icon_set; -}; - -struct _GtkImageAnimationData -{ - GdkPixbufAnimation *anim; - GdkPixbufAnimationIter *iter; - guint frame_timeout; -}; - -struct _GtkImageIconNameData -{ - gchar *icon_name; - GdkPixbuf *pixbuf; - guint theme_change_id; -}; - -struct _GtkImageGIconData -{ - GIcon *icon; - GdkPixbuf *pixbuf; -}; - -void _gtk_image_gicon_data_clear (GtkImageGIconData *data); G_END_DECLS |