summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-11 16:13:41 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-11 16:13:41 +0200
commit4946c50148e8c196198f50410acb444b0aa0f31d (patch)
tree2f82eeb257ef22101fa8eb8fafd28810d69ddd01 /fitz/fitz.h
parent2420b5d3aecb9aa286436215f975513f83828fc5 (diff)
downloadmupdf-4946c50148e8c196198f50410acb444b0aa0f31d.tar.xz
Remove distance calculation in axial shadings, reducing a source of potential divide by zero.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 2d64d63a..517e001e 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -36,7 +36,6 @@
int gettimeofday(struct timeval *tv, struct timezone *tz);
#define snprintf _snprintf
-#define hypotf _hypotf
#define strtoll _strtoi64
#else /* Unix or close enough */