From 3c7d6f3528432a433cd368605e4dc6f0fecaa898 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 7 Dec 2017 14:57:02 +0100 Subject: Replace utf8codepoint with Chris Wellons' utf8_decode Code under a different license should be kept in a separate file. This implemention is a single header file with ~65 lines, so it better fits this requirement. --- sxiv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sxiv.h') diff --git a/sxiv.h b/sxiv.h index 29bdb2b..4e384c8 100644 --- a/sxiv.h +++ b/sxiv.h @@ -361,7 +361,6 @@ int r_opendir(r_dir_t*, const char*, bool); int r_closedir(r_dir_t*); char* r_readdir(r_dir_t*); int r_mkdir(char*); -void* utf8codepoint(const void * __restrict__ str, long * __restrict__ out_codepoint); /* window.c */ -- cgit v1.2.3-70-g09d2