From 662e2b16411c6f00ea879fcacbfe807c25e94109 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 16 May 2018 14:31:24 +0200 Subject: [PATCH] snapshot: Remove superfluous typedef We're already doing this in gtktypes.h Fixes #214 --- gtk/gtksnapshot.h | 1 - 1 file changed, 1 deletion(-) 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 ()) -- 2.30.2