Remove two redundant comments

This commit is contained in:
Matthias Clasen 2010-08-08 22:15:16 -04:00
parent b5bda64a73
commit de3c6efa22

View 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