Remove a misleading comment

We don't have windowed widgets anymore, and
gdk_surface_move_resize is about to go away.
This commit is contained in:
Matthias Clasen 2019-05-29 15:18:15 +00:00
parent 2081bf346e
commit 956e94a8d4

View File

@ -3949,10 +3949,6 @@ gtk_widget_unrealize (GtkWidget *widget)
g_object_unref (widget);
}
/*
* Returns the values you're supposed to pass to gdk_surface_move_resize
* for a windowed widget.
*/
void
gtk_widget_get_surface_allocation (GtkWidget *widget,
GtkAllocation *allocation)