Undo the gtk_window_present deprecation

It doesn't make sense to have it in 3.x if we don't
have it in master.
This commit is contained in:
Matthias Clasen 2019-03-12 15:59:03 -04:00
parent c3e065374f
commit f88e8ea6fe
2 changed files with 1 additions and 3 deletions

View File

@ -10486,8 +10486,6 @@ gtk_window_draw (GtkWidget *widget,
* Presents a window to the user. This function should not be used
* as when it is called, it is too late to gather a valid timestamp
* to allow focus stealing prevention to work correctly.
*
* Deprecated: 3.24: Use gtk_window_present_with_time() instead.
**/
void
gtk_window_present (GtkWindow *window)

View File

@ -366,7 +366,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_window_propagate_key_event (GtkWindow *window,
GdkEventKey *event);
GDK_DEPRECATED_IN_3_24_FOR(gtk_window_present_with_time)
GDK_AVAILABLE_IN_ALL
void gtk_window_present (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_present_with_time (GtkWindow *window,