summaryrefslogtreecommitdiff
path: root/base/matrix.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-13 09:37:48 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-13 09:37:48 +0100
commit72976993f5b39d9ee1599dc89961288b297cdc62 (patch)
tree131098a8e8c2de04766181aeddc8a13aebb2981d /base/matrix.c
parent690dabe2db5f440b9bbb4c4eecbeeb77635a22b4 (diff)
downloadmupdf-72976993f5b39d9ee1599dc89961288b297cdc62.tar.xz
clean up nametree and outlines
Diffstat (limited to 'base/matrix.c')
-rw-r--r--base/matrix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/matrix.c b/base/matrix.c
index b0513940..7d7097c4 100644
--- a/base/matrix.c
+++ b/base/matrix.c
@@ -133,8 +133,6 @@ fz_transformaabb(fz_matrix m, fz_rect r)
if (fz_isinfiniterect(r))
return r;
- if (fz_isemptyrect(r))
- return r;
s.x = r.min.x; s.y = r.min.y;
t.x = r.min.x; t.y = r.max.y;