summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 7a20558..573eb27 100644
--- a/src/util.h
+++ b/src/util.h
@@ -24,7 +24,6 @@ void assert(int cond, const char *file, int line, const char *condstr);
void error(const char *fmtstr, ...);
char *aprintf(const char *fmtstr, ...);
-wchar_t *awprintf(const wchar_t *fmtstr, ...);
char *appendstrf(char *alloc, const char *fmtstr, ...);
char *sanitized(const char *instr);