diff options
author | Timm Bäder <mail@baedert.org> | 2019-07-07 07:36:29 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-07-07 07:36:29 +0200 |
commit | 633172fd661717cdfcb3ff41ca48851e4c712cdb (patch) | |
tree | 2546ed04a963316a8967d72295dc01ae5ba777a2 /gtk/gtkwidget.h | |
parent | 042f7d117f4d0db6cb2074402cd8e4f6753e6318 (diff) | |
download | gtk+-633172fd661717cdfcb3ff41ca48851e4c712cdb.tar.gz |
widget: Make queue_compute_expand() private
Nobody needs to call this anymore.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index a842d89031..f9a3d50005 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -645,8 +645,6 @@ GDK_AVAILABLE_IN_ALL void gtk_widget_set_vexpand_set (GtkWidget *widget, gboolean set); GDK_AVAILABLE_IN_ALL -void gtk_widget_queue_compute_expand (GtkWidget *widget); -GDK_AVAILABLE_IN_ALL gboolean gtk_widget_compute_expand (GtkWidget *widget, GtkOrientation orientation); |