From ca3a7049506cd1ba91326a36fc02a7319657728c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Jul 2021 15:26:22 -0400 Subject: Preserve long or short quoting from input documents --- src/string_utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/string_utils.h') diff --git a/src/string_utils.h b/src/string_utils.h index a411b90d..54f7877c 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -17,8 +17,6 @@ #ifndef SERD_STRING_UTILS_H #define SERD_STRING_UTILS_H -#include "serd/serd.h" - #include #include #include @@ -90,9 +88,6 @@ is_windows_path(const char* path) (path[2] == '/' || path[2] == '\\'); } -size_t -serd_substrlen(const char* str, size_t len, SerdNodeFlags* flags); - static inline char serd_to_upper(const char c) { -- cgit v1.2.1