mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Remove two redundant comments
This commit is contained in:
parent
b5bda64a73
commit
de3c6efa22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user