Remove two redundant comments
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Aug 2010 02:15:16 +0000 (22:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Aug 2010 03:55:11 +0000 (23:55 -0400)
glib/garray.c

index 01c6de45d4fda98ecb56ae3c4a0f92683e85050e..ac9a354b77a20b713df7b2a046a69bd5a4bbf135 100644 (file)
@@ -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