From e39709a63715ec03aaaeab09ea1b1eae73bb7252 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 2 Jan 2018 00:03:47 +0100 Subject: [PATCH] yaft/util: disable unused stuff --- src/gui/widget/yaft/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/widget/yaft/util.h b/src/gui/widget/yaft/util.h index 62542e4e4..8c12f3a91 100644 --- a/src/gui/widget/yaft/util.h +++ b/src/gui/widget/yaft/util.h @@ -75,6 +75,7 @@ int efclose(FILE *fp) return ret; } +#if 0 void *emmap(void *addr, size_t len, int prot, int flag, int fd, off_t offset) { void *fp; @@ -96,6 +97,7 @@ int emunmap(void *ptr, size_t len) return ret; } +#endif void *ecalloc(size_t nmemb, size_t size) {