summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-10-08 19:35:01 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-10-08 19:36:08 +0200
commite6f4940e5f0fd9e2f53bdc4bac47a1f533f13185 (patch)
treebd9369e129ee71ef138501b5d74ca0bf1d3d92d8 /util.h
parent53a05e3562a0c27b2ab1240c5ba55d7da87d3c75 (diff)
util.h: remove unused macro ISUTF8()
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index bb34a08..5c5a786 100644
--- a/util.h
+++ b/util.h
@@ -12,8 +12,6 @@ size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
-#define ISUTF8(c) (((c) & 0xc0) != 0x80)
-
/* feed info */
struct feed {
char * name; /* feed name */