gdk: Remove an unused field

Its not used, so get rid of it.
This commit is contained in:
Matthias Clasen 2019-04-21 11:18:22 -04:00
parent a247529bc8
commit c723893f09

View File

@ -131,7 +131,6 @@ struct _GdkSurfaceAttr
gint height;
GdkSurfaceSurfaceClass wclass;
GdkSurfaceType surface_type;
GdkSurfaceTypeHint type_hint;
};
struct _GdkSurface