diff options
author | Timm Bäder <mail@baedert.org> | 2017-12-06 07:56:12 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-12-06 07:56:12 +0100 |
commit | 1aa811ce12497783dfe4beb06ce8cbe54e2a98bf (patch) | |
tree | bf6d4f3d2c1dbfd8c13b661d57cc30e54e35f0e1 /gtk/gtkwidgetprivate.h | |
parent | 2dae71c6192c338148bb654abfc1bf36ed382363 (diff) | |
download | gtk+-1aa811ce12497783dfe4beb06ce8cbe54e2a98bf.tar.gz |
Remove all gtk_widget_get_content_size usages
And remove the function itself. Make everything use gtk_widget_get_width
and gtk_widget_get_height instead.
Diffstat (limited to 'gtk/gtkwidgetprivate.h')
-rw-r--r-- | gtk/gtkwidgetprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwidgetprivate.h b/gtk/gtkwidgetprivate.h index e528e8a67e..da80377f04 100644 --- a/gtk/gtkwidgetprivate.h +++ b/gtk/gtkwidgetprivate.h @@ -315,9 +315,6 @@ void gtk_widget_get_outer_allocation (GtkWidget *wi GtkAllocation *allocation); void gtk_widget_get_own_allocation (GtkWidget *widget, GtkAllocation *allocation); -void gtk_widget_get_content_size (GtkWidget *widget, - int *width, - int *height); void gtk_widget_get_window_allocation (GtkWidget *widget, GtkAllocation *allocation); |