From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Sat, 5 Mar 2022 18:22:27 +0000 (+0100) Subject: Remove duplicate documentation (#108) X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=21104db038229469270326cd342096f345505e87;p=jp%2Fvkvg.git Remove duplicate documentation (#108) --- diff --git a/src/vkvg_context.c b/src/vkvg_context.c index 96e02c5..b779737 100644 --- a/src/vkvg_context.c +++ b/src/vkvg_context.c @@ -1611,14 +1611,6 @@ VkvgSurface vkvg_get_target (VkvgContext ctx) { return ctx->pSurf; } -/** - * vkvg_status_to_string: - * @status: a vkvg status - * - * Provides a human-readable description of a #vkvg_status_t. - * - * Returns: a string representation of the status - **/ const char * vkvg_status_to_string (vkvg_status_t status) { switch (status) {