From 298f9f29c9e3ca4ff056320a23584f16be614c81 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 4 Oct 2017 21:11:42 +0200 Subject: Remove unused code. --- source/pdf/pdf-write.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/pdf/pdf-write.c b/source/pdf/pdf-write.c index 1111c0ff..de3b4d7d 100644 --- a/source/pdf/pdf-write.c +++ b/source/pdf/pdf-write.c @@ -322,12 +322,6 @@ order_ge(int ui, int uj) return 1; else if (uj & USE_OTHER_OBJECTS) return 0; - /* Put objects not associated with any page (anything - * not touched by the catalogue) before that... */ - else if (ui == 0) - return 1; - else if (uj == 0) - return 0; /* Put shared objects before that... */ else if (ui & USE_SHARED) return 1; -- cgit v1.2.3