summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-21 11:18:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-04-21 11:19:42 -0400
commitc723893f09c074b86b8a84bc9e575c64a3ad59fa (patch)
treedc56c65f7e44fab433545b27a8071c515ca9188f /gdk/gdkinternals.h
parenta247529bc8710c9840b0fd34b815ffbc9b8da885 (diff)
downloadgtk+-c723893f09c074b86b8a84bc9e575c64a3ad59fa.tar.gz
gdk: Remove an unused field
Its not used, so get rid of it.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index f2261f0571..eece0397d3 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -131,7 +131,6 @@ struct _GdkSurfaceAttr
gint height;
GdkSurfaceSurfaceClass wclass;
GdkSurfaceType surface_type;
- GdkSurfaceTypeHint type_hint;
};
struct _GdkSurface