Don't export gdk_surface_constrain_size

It has one last use in gtkwindow.c, but that will
go away and doesn't need this function to be exported
anyway.
This commit is contained in:
Matthias Clasen 2020-08-27 07:31:45 -04:00
parent 9de7390ea0
commit dd0c43b7ba

View File

@ -320,7 +320,6 @@ struct _GdkGeometry
int max_height;
};
GDK_AVAILABLE_IN_ALL
void gdk_surface_constrain_size (GdkGeometry *geometry,
GdkSurfaceHints flags,
int width,