summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-12 21:42:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-12 21:42:10 +0000
commita82e79596f0baca10e5420d9d60a850a7bc2c180 (patch)
treea2c268aeb8adfa8e20a5e93d95024a573bd72156 /gdk-pixbuf/gdk-pixbuf.h
parent82e7532ce02845f360f3adf4bcfd84e4056c8030 (diff)
downloadgdk-pixbuf-a82e79596f0baca10e5420d9d60a850a7bc2c180.tar.gz
Move GdkPixbufFrame from the public header to the gif-animation-specific
* io-gif-animation.h: * gdk-pixbuf.h: Move GdkPixbufFrame from the public header to the gif-animation-specific private header. (#91929)
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h
index 900be4f9e..153eea8a8 100644
--- a/gdk-pixbuf/gdk-pixbuf.h
+++ b/gdk-pixbuf/gdk-pixbuf.h
@@ -53,7 +53,6 @@ typedef enum {
typedef struct _GdkPixbuf GdkPixbuf;
typedef struct _GdkPixbufAnimation GdkPixbufAnimation;
typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
-typedef struct _GdkPixbufFrame GdkPixbufFrame;
#define GDK_TYPE_PIXBUF (gdk_pixbuf_get_type ())
#define GDK_PIXBUF(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF, GdkPixbuf))