From: Timm Bäder Date: Wed, 16 May 2018 12:31:24 +0000 (+0200) Subject: snapshot: Remove superfluous typedef X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~256 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=662e2b16411c6f00ea879fcacbfe807c25e94109;p=gtk4.git snapshot: Remove superfluous typedef We're already doing this in gtktypes.h Fixes #214 --- diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index 97afd43663..1ee801a71b 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -36,7 +36,6 @@ G_BEGIN_DECLS -typedef GdkSnapshot GtkSnapshot; typedef struct _GtkSnapshotClass GtkSnapshotClass; #define GTK_TYPE_SNAPSHOT (gtk_snapshot_get_type ())