[gtksourceview] Remove useless comments



commit 537f2d501336ad30f781d9edc37ea388656ab476
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jun 13 12:18:52 2016 +0200

    Remove useless comments
    
    It's standard use of GObject.

 gtksourceview/gtksourcebuffer.c             |    2 --
 gtksourceview/gtksourcecompletion.c         |    1 -
 gtksourceview/gtksourcecompletioncontext.c  |    3 ---
 gtksourceview/gtksourcecompletioninfo.c     |    1 -
 gtksourceview/gtksourcecompletionitem.c     |    1 -
 gtksourceview/gtksourcecompletionproposal.c |    1 -
 gtksourceview/gtksourcegutter.c             |    1 -
 gtksourceview/gtksourcelanguage.c           |    1 -
 gtksourceview/gtksourceundomanager.c        |    1 -
 gtksourceview/gtksourceview.c               |    2 --
 10 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index 23403f3..b7c4318 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -168,7 +168,6 @@
 #define BRACKET_MATCHING_CHARS_LIMIT   10000
 #define CONTEXT_CLASSES_PREFIX         "gtksourceview:context-classes:"
 
-/* Signals */
 enum
 {
        HIGHLIGHT_UPDATED,
@@ -179,7 +178,6 @@ enum
        N_SIGNALS
 };
 
-/* Properties */
 enum
 {
        PROP_0,
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 7e4df3d..4a1781e 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -113,7 +113,6 @@
 #include "gtksourceview.h"
 #include "gtksourceview-i18n.h"
 
-/* Signals */
 enum
 {
        SHOW,
diff --git a/gtksourceview/gtksourcecompletioncontext.c b/gtksourceview/gtksourcecompletioncontext.c
index 622f26d..b892848 100644
--- a/gtksourceview/gtksourcecompletioncontext.c
+++ b/gtksourceview/gtksourcecompletioncontext.c
@@ -78,17 +78,14 @@ struct _GtkSourceCompletionContextPrivate
        GtkSourceCompletionActivation activation;
 };
 
-/* Properties */
 enum
 {
        PROP_0,
-
        PROP_COMPLETION,
        PROP_ITER,
        PROP_ACTIVATION
 };
 
-/* Signals */
 enum
 {
        CANCELLED,
diff --git a/gtksourceview/gtksourcecompletioninfo.c b/gtksourceview/gtksourcecompletioninfo.c
index bce193b..21d942d 100644
--- a/gtksourceview/gtksourcecompletioninfo.c
+++ b/gtksourceview/gtksourcecompletioninfo.c
@@ -75,7 +75,6 @@ struct _GtkSourceCompletionInfoPrivate
        guint transient_set : 1;
 };
 
-/* Signals */
 enum
 {
        BEFORE_SHOW,
diff --git a/gtksourceview/gtksourcecompletionitem.c b/gtksourceview/gtksourcecompletionitem.c
index fc0aee7..11d1972 100644
--- a/gtksourceview/gtksourcecompletionitem.c
+++ b/gtksourceview/gtksourcecompletionitem.c
@@ -47,7 +47,6 @@ struct _GtkSourceCompletionItemPrivate
        GIcon *gicon;
 };
 
-/* Properties */
 enum
 {
        PROP_0,
diff --git a/gtksourceview/gtksourcecompletionproposal.c b/gtksourceview/gtksourcecompletionproposal.c
index 1a43cb8..a190dfe 100644
--- a/gtksourceview/gtksourcecompletionproposal.c
+++ b/gtksourceview/gtksourcecompletionproposal.c
@@ -46,7 +46,6 @@
  * will be used.
  */
 
-/* Signals */
 enum
 {
        CHANGED,
diff --git a/gtksourceview/gtksourcegutter.c b/gtksourceview/gtksourcegutter.c
index 507a019..5eb09e9 100644
--- a/gtksourceview/gtksourcegutter.c
+++ b/gtksourceview/gtksourcegutter.c
@@ -53,7 +53,6 @@
  * right of the line numbers.
  */
 
-/* Properties */
 enum
 {
        PROP_0,
diff --git a/gtksourceview/gtksourcelanguage.c b/gtksourceview/gtksourcelanguage.c
index 8d80ab7..a374acd 100644
--- a/gtksourceview/gtksourcelanguage.c
+++ b/gtksourceview/gtksourcelanguage.c
@@ -54,7 +54,6 @@
 
 #define DEFAULT_SECTION _("Others")
 
-/* Properties */
 enum {
        PROP_0,
        PROP_ID,
diff --git a/gtksourceview/gtksourceundomanager.c b/gtksourceview/gtksourceundomanager.c
index 19aa39c..e334041 100644
--- a/gtksourceview/gtksourceundomanager.c
+++ b/gtksourceview/gtksourceundomanager.c
@@ -52,7 +52,6 @@
  * Since: 2.10
  */
 
-/* Signals */
 enum
 {
        CAN_UNDO_CHANGED,
diff --git a/gtksourceview/gtksourceview.c b/gtksourceview/gtksourceview.c
index fbee99e..25c8acc 100644
--- a/gtksourceview/gtksourceview.c
+++ b/gtksourceview/gtksourceview.c
@@ -124,7 +124,6 @@
 #define RIGHT_MARGIN_LINE_ALPHA                40
 #define RIGHT_MARGIN_OVERLAY_ALPHA     15
 
-/* Signals */
 enum
 {
        UNDO,
@@ -141,7 +140,6 @@ enum
        N_SIGNALS
 };
 
-/* Properties */
 enum
 {
        PROP_0,


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