From 21d94b1d0933dda43b77772a2af1c7143c86cab7 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 27 Jul 2019 16:52:57 +0300 Subject: [PATCH] Remove misplaced comment --- src/dc_array.rs | 8 -------- 1 file changed, 8 deletions(-) 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;