summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-27 07:31:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-27 07:31:45 -0400
commitdd0c43b7ba0544266a12b53b74dcc70841112948 (patch)
tree9e9591dbeec19fdb63ce8dcbe8d0f8bfbeae7fe6
parent9de7390ea0e691b5ecac34b43278e3271e645865 (diff)
downloadgtk+-dd0c43b7ba0544266a12b53b74dcc70841112948.tar.gz
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.
-rw-r--r--gdk/gdksurfaceprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdksurfaceprivate.h b/gdk/gdksurfaceprivate.h
index 36db8286af..50c39d5cc1 100644
--- a/gdk/gdksurfaceprivate.h
+++ b/gdk/gdksurfaceprivate.h
@@ -320,7 +320,6 @@ struct _GdkGeometry
int max_height;
};
-GDK_AVAILABLE_IN_ALL
void gdk_surface_constrain_size (GdkGeometry *geometry,
GdkSurfaceHints flags,
int width,