diff --git a/src/dc_array.rs b/src/dc_array.rs index 8fb7b3e5e..15732a515 100644 --- a/src/dc_array.rs +++ b/src/dc_array.rs @@ -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;