mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
about dialog: remove unnecessary guards
We decided to undeprecate gtk_window_present, so no deprecation guards needed.
This commit is contained in:
parent
8725fd308b
commit
c6fdfeae7e
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user