[gtksourceview] test-widget: remove comments delimiting sections



commit 7066c4f95e18eae7a71e853fc0d065885386c964
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Apr 3 18:16:44 2014 +0200

    test-widget: remove comments delimiting sections
    
    Some of them were outdated.

 tests/test-widget.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/tests/test-widget.c b/tests/test-widget.c
index 07eff27..2a8331c 100644
--- a/tests/test-widget.c
+++ b/tests/test-widget.c
@@ -721,8 +721,6 @@ print_button_clicked_cb (TestWidget *self)
        g_free (basename);
 }
 
-/* View UI callbacks */
-
 static void
 update_cursor_position_info (TestWidget *self)
 {
@@ -843,8 +841,6 @@ bracket_matched_cb (GtkSourceBuffer           *buffer,
        g_type_class_unref (eclass);
 }
 
-/* Window creation functions */
-
 static gchar *
 mark_tooltip_func (GtkSourceMarkAttributes *attrs,
                    GtkSourceMark           *mark,
@@ -906,8 +902,6 @@ add_source_mark_attributes (GtkSourceView *view)
        gtk_source_view_set_mark_attributes (view, MARK_TYPE_2, attrs, 2);
 }
 
-/* Class init, dispose, etc. */
-
 static void
 test_widget_dispose (GObject *object)
 {
@@ -1014,8 +1008,6 @@ test_widget_new (void)
        return g_object_new (test_widget_get_type (), NULL);
 }
 
-/* Program entry point */
-
 int
 main (int argc, char *argv[])
 {


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