[gtksourceview/wip/chergert/gsv-gtk4: 94/125] fix: dont assign to self from ->priv removal



commit 29a4b9a102b9717912f16e07b3372f4ede2aa66b
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 15 14:24:36 2020 -0800

    fix: dont assign to self from ->priv removal

 gtksourceview/gtksourcemarkattributes.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcemarkattributes.c b/gtksourceview/gtksourcemarkattributes.c
index 946c7fb9..24f65d73 100644
--- a/gtksourceview/gtksourcemarkattributes.c
+++ b/gtksourceview/gtksourcemarkattributes.c
@@ -362,8 +362,6 @@ gtk_source_mark_attributes_class_init (GtkSourceMarkAttributesClass *klass)
 static void
 gtk_source_mark_attributes_init (GtkSourceMarkAttributes *self)
 {
-       self = gtk_source_mark_attributes_get_instance_private (self);
-
        self->helper = gtk_source_pixbuf_helper_new ();
 }
 


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