diff options
Diffstat (limited to 'gtk/gtk-autocleanups.h')
-rw-r--r-- | gtk/gtk-autocleanups.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h index 4a9e621746..60cccdd943 100644 --- a/gtk/gtk-autocleanups.h +++ b/gtk/gtk-autocleanups.h @@ -116,8 +116,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLabel, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLayout, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref) -G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListBox, g_object_unref) -G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListBoxRow, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenu, g_object_unref) |