diff options
Diffstat (limited to 'libgnomecanvas/gnome-canvas-pixbuf.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-pixbuf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libgnomecanvas/gnome-canvas-pixbuf.h b/libgnomecanvas/gnome-canvas-pixbuf.h index 3c4141da72..3fe4980691 100644 --- a/libgnomecanvas/gnome-canvas-pixbuf.h +++ b/libgnomecanvas/gnome-canvas-pixbuf.h @@ -27,8 +27,6 @@ G_BEGIN_DECLS - - #define GNOME_TYPE_CANVAS_PIXBUF (gnome_canvas_pixbuf_get_type ()) #define GNOME_CANVAS_PIXBUF(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNOME_TYPE_CANVAS_PIXBUF, GnomeCanvasPixbuf)) #define GNOME_CANVAS_PIXBUF_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNOME_TYPE_CANVAS_PIXBUF, GnomeCanvasPixbufClass)) @@ -53,8 +51,6 @@ struct _GnomeCanvasPixbufClass { GType gnome_canvas_pixbuf_get_type (void) G_GNUC_CONST; - - G_END_DECLS #endif |