about dialog: remove unnecessary guards

We decided to undeprecate gtk_window_present,
so no deprecation guards needed.
This commit is contained in:
Matthias Clasen 2020-08-08 09:35:25 -04:00
parent 8725fd308b
commit c6fdfeae7e

View File

@ -2319,9 +2319,7 @@ gtk_show_about_dialog (GtkWindow *parent,
}
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_window_present (GTK_WINDOW (dialog));
G_GNUC_END_IGNORE_DEPRECATIONS
}
/**