summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-05-14 13:14:41 +0100
committerRobin Watts <robin.watts@artifex.com>2015-05-14 13:29:57 +0100
commit250e8a11e1debfbd9c4fc84ad895bf923aac135e (patch)
tree21dac3932e254996eca2ceb63ebb90bbd0ae33fc /include
parentdeb9de94ac7fed8c98ebc5d93e844cc149a8cf86 (diff)
downloadmupdf-250e8a11e1debfbd9c4fc84ad895bf923aac135e.tar.xz
Remove stray duplicate #define
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h
index 5df0c506..1ae66eea 100644
--- a/include/mupdf/fitz/system.h
+++ b/include/mupdf/fitz/system.h
@@ -98,8 +98,6 @@ int gettimeofday(struct timeval *tv, struct timezone *tz);
#endif
#define hypotf _hypotf
-#define fopen fz_fopen_utf8
-
FILE *fz_fopen_utf8(const char *name, const char *mode);
#define fopen fz_fopen_utf8