[gtksourceview/wip/chergert/snippets: 32/119] undo: remove from autocleanups



commit 4f327c3da2dcc1d0cff63d88747563a8a15841cd
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jan 9 10:36:56 2020 -0800

    undo: remove from autocleanups
    
    The undo manager will not be part of GtkSourceView 5, so just
    remove it now to allow us to delete the autocleanups.h. Undo
    is now handled by GTK 4 so as we migrate we will use that.

 gtksourceview/gtksourceautocleanups.h | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtksourceview/gtksourceautocleanups.h b/gtksourceview/gtksourceautocleanups.h
index dcfb9d31..43a097a6 100644
--- a/gtksourceview/gtksourceautocleanups.h
+++ b/gtksourceview/gtksourceautocleanups.h
@@ -30,7 +30,6 @@ G_BEGIN_DECLS
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSourceStyleScheme, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSourceStyleSchemeManager, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSourceUndoManager, g_object_unref)
 
 #endif /* __GI_SCANNER__ */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]