mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 04:10:07 +02: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
|
* SECTION: arrays_pointer
|
||||||
* @title: Pointer Arrays
|
* @title: Pointer Arrays
|
||||||
@ -1308,8 +1306,6 @@ g_ptr_array_foreach (GPtrArray *array,
|
|||||||
(*func) (array->pdata[i], user_data);
|
(*func) (array->pdata[i], user_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Byte arrays
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* SECTION: arrays_byte
|
* SECTION: arrays_byte
|
||||||
* @title: Byte Arrays
|
* @title: Byte Arrays
|
||||||
|
Loading…
x
Reference in New Issue
Block a user