From 21104db038229469270326cd342096f345505e87 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Sat, 5 Mar 2022 19:22:27 +0100 Subject: [PATCH] Remove duplicate documentation (#108) --- src/vkvg_context.c | 8 -------- 1 file changed, 8 deletions(-) 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) { -- 2.47.3