summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-12-05 12:15:24 -0500
committerJonas Ã…dahl <jadahl@gmail.com>2020-12-07 20:37:30 +0100
commit3db0d06901e8e6c052774000288e65ebe5ae6d07 (patch)
treebcc2c6787740dbffe38d5f96311600903c582585 /gtk/gtkwindow.h
parentd7d738d745c3a8b91bfb009b2ee9a9f67a3b0c5c (diff)
downloadgtk+-3db0d06901e8e6c052774000288e65ebe5ae6d07.tar.gz
Properly remove gtk_window_get_size
It was still in the headers and the docs, but did not have an implementation anymore.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 1c673b4201..06701f8313 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -215,10 +215,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_window_get_default_size (GtkWindow *window,
int *width,
int *height);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_get_size (GtkWindow *window,
- int *width,
- int *height);
GDK_AVAILABLE_IN_ALL
GtkWindowGroup *gtk_window_get_group (GtkWindow *window);