fixed: Remove unused struct member

This commit is contained in:
Timm Bäder 2018-08-20 22:18:05 +02:00
parent 9e0f43e8cb
commit d2178bcb94

View File

@ -82,7 +82,6 @@
typedef struct
{
GtkWidget *widget;
gint x;
gint y;
} GtkFixedChild;