From 0a53090a87ea4d153d77ab63a5aa606f6b55dc23 Mon Sep 17 00:00:00 2001 From: Mira Grudzinska Date: Thu, 20 Jun 2024 13:53:46 +0200 Subject: [PATCH] docs: descriptions++ --- src/bindings/capi/thorvg_capi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bindings/capi/thorvg_capi.h b/src/bindings/capi/thorvg_capi.h index 93b42365..f1b40eca 100644 --- a/src/bindings/capi/thorvg_capi.h +++ b/src/bindings/capi/thorvg_capi.h @@ -565,7 +565,6 @@ TVG_API Tvg_Result tvg_canvas_destroy(Tvg_Canvas* canvas); * * Only the paints pushed into the canvas will be drawing targets. * They are retained by the canvas until you call tvg_canvas_clear(). -* If you know the number of the pushed objects in advance, please call tvg_canvas_reserve(). * * \return Tvg_Result return values: * \retval TVG_RESULT_SUCCESS Succeed.