[gtksourceview/wip/chergert/gsv-gtk4: 34/175] undo: remove from autocleanups
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4: 34/175] undo: remove from autocleanups
- Date: Thu, 25 Jun 2020 19:46:05 +0000 (UTC)
commit 6cb8154dbf07a5bee8e723a6bd6a6d71a32c1f6c
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]