snapshot: Remove superfluous typedef
authorTimm Bäder <mail@baedert.org>
Wed, 16 May 2018 12:31:24 +0000 (14:31 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 19 May 2018 08:18:50 +0000 (10:18 +0200)
We're already doing this in gtktypes.h

Fixes #214

gtk/gtksnapshot.h

index 97afd4366359d484771682b077ebe15b8cc80884..1ee801a71b275b13675e1562ac5295814b6eb540 100644 (file)
@@ -36,7 +36,6 @@
 
 G_BEGIN_DECLS
 
-typedef GdkSnapshot                    GtkSnapshot;
 typedef struct _GtkSnapshotClass       GtkSnapshotClass;
 
 #define GTK_TYPE_SNAPSHOT               (gtk_snapshot_get_type ())