summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-08-20 22:18:05 +0200
committerTimm Bäder <mail@baedert.org>2018-08-25 08:04:43 +0200
commitd2178bcb947159a587c9c4b9d9054c69943534fd (patch)
tree1a15f4bbd4b7e51dbf13960fea61d3b2792a4224
parent9e0f43e8cba45015487c692058c002f56087b9b8 (diff)
downloadgtk+-d2178bcb947159a587c9c4b9d9054c69943534fd.tar.gz
fixed: Remove unused struct member
-rw-r--r--gtk/gtkfixed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index e1f7af74a0..e490041445 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -82,7 +82,6 @@
typedef struct
{
- GtkWidget *widget;
gint x;
gint y;
} GtkFixedChild;