diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-21 11:18:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-04-21 11:19:42 -0400 |
commit | c723893f09c074b86b8a84bc9e575c64a3ad59fa (patch) | |
tree | dc56c65f7e44fab433545b27a8071c515ca9188f /gdk/gdkinternals.h | |
parent | a247529bc8710c9840b0fd34b815ffbc9b8da885 (diff) | |
download | gtk+-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.h | 1 |
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 |