summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-07-07 07:36:29 +0200
committerTimm Bäder <mail@baedert.org>2019-07-07 07:36:29 +0200
commit633172fd661717cdfcb3ff41ca48851e4c712cdb (patch)
tree2546ed04a963316a8967d72295dc01ae5ba777a2 /gtk/gtkwidget.h
parent042f7d117f4d0db6cb2074402cd8e4f6753e6318 (diff)
downloadgtk+-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.h2
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);