]> O.S.I.I.S - jp/vkvg.git/commitdiff
Remove duplicate documentation (#108)
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Sat, 5 Mar 2022 18:22:27 +0000 (19:22 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Mar 2022 18:22:27 +0000 (19:22 +0100)
src/vkvg_context.c

index 96e02c580f30e88a1589a0fc57925061e8148557..b779737fde829a29a8b80dfa98181b9bb3c28ff9 100644 (file)
@@ -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) {