diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-10-08 19:35:01 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-10-08 19:36:08 +0200 |
commit | e6f4940e5f0fd9e2f53bdc4bac47a1f533f13185 (patch) | |
tree | bd9369e129ee71ef138501b5d74ca0bf1d3d92d8 | |
parent | 53a05e3562a0c27b2ab1240c5ba55d7da87d3c75 (diff) |
util.h: remove unused macro ISUTF8()
-rw-r--r-- | util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |