[glib] Remove two redundant comments



commit de3c6efa222389ef253fbe1b7b868b95a37aedb1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 8 22:15:16 2010 -0400

    Remove two redundant comments

 glib/garray.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/glib/garray.c b/glib/garray.c
index 01c6de4..ac9a354 100644
--- a/glib/garray.c
+++ b/glib/garray.c
@@ -692,8 +692,6 @@ g_array_maybe_expand (GRealArray *array,
     }
 }
 
-/* Pointer Array
- */
 /**
  * SECTION: arrays_pointer
  * @title: Pointer Arrays
@@ -1308,8 +1306,6 @@ g_ptr_array_foreach (GPtrArray *array,
     (*func) (array->pdata[i], user_data);
 }
 
-/* Byte arrays 
- */
 /**
  * SECTION: arrays_byte
  * @title: Byte Arrays



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