diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-10 15:11:29 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-11 12:02:43 +0000 |
commit | 9ebe95f4a9be83b6d6269fd7ea1a96489da6d8c1 (patch) | |
tree | 53f623512ae15b70791f035a786ef1523053148f /gtk/gtkaboutdialog.h | |
parent | 5912790f3284be504e5e86aeceff940b003e3695 (diff) | |
download | gtk+-9ebe95f4a9be83b6d6269fd7ea1a96489da6d8c1.tar.gz |
Remove introspection scanner guards around autocleanups
They are not needed.
Diffstat (limited to 'gtk/gtkaboutdialog.h')
-rw-r--r-- | gtk/gtkaboutdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h index fd7081c1aa..98279fbb58 100644 --- a/gtk/gtkaboutdialog.h +++ b/gtk/gtkaboutdialog.h @@ -204,9 +204,7 @@ void gtk_about_dialog_add_credit_section (GtkAboutDialog const gchar *section_name, const gchar **people); -#ifndef __GI_SCANNER__ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkAboutDialog, g_object_unref) -#endif G_END_DECLS |