snapshot: Remove superfluous typedef

We're already doing this in gtktypes.h

Fixes #214
This commit is contained in:
Timm Bäder 2018-05-16 14:31:24 +02:00
parent 5ff4ef14e6
commit 662e2b1641

View File

@ -36,7 +36,6 @@
G_BEGIN_DECLS
typedef GdkSnapshot GtkSnapshot;
typedef struct _GtkSnapshotClass GtkSnapshotClass;
#define GTK_TYPE_SNAPSHOT (gtk_snapshot_get_type ())