Remove misplaced comment

This commit is contained in:
Alexander Krotov
2019-07-27 16:52:57 +03:00
parent ae1cbc9596
commit 21d94b1d09

View File

@@ -138,14 +138,6 @@ impl dc_array_t {
}
}
/**
* @class dc_array_t
*
* An object containing a simple array.
* This object is used in several places where functions need to return an array.
* The items of the array are typically IDs.
* To free an array object, use dc_array_unref().
*/
pub unsafe fn dc_array_unref(array: *mut dc_array_t) {
if array.is_null() {
return;