diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2009-08-15 15:25:40 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2009-08-15 15:25:40 +0200 |
commit | 8a03bee88fac6251ffa71e2864a5ff9d389fa141 (patch) | |
tree | e3beea71c97e796c4c94f2b791674945f571963a /apps/mozilla | |
parent | fd3f2b1374c1c726d6bb84d5dc8f3b35a22cf96d (diff) | |
download | mupdf-8a03bee88fac6251ffa71e2864a5ff9d389fa141.tar.xz |
Do not preload named destinations, instead do lookup when necessary.
Diffstat (limited to 'apps/mozilla')
-rw-r--r-- | apps/mozilla/moz_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/mozilla/moz_main.c b/apps/mozilla/moz_main.c index 52deb38f..569d48a4 100644 --- a/apps/mozilla/moz_main.c +++ b/apps/mozilla/moz_main.c @@ -163,11 +163,6 @@ void pdfmoz_open(pdfmoz_t *moz, char *filename) if (moz->xref->info) fz_keepobj(moz->xref->info); - - error = pdf_loadnametrees(moz->xref); - if (error) - pdfmoz_error(moz, error); - moz->doctitle = filename; if (strrchr(moz->doctitle, '\\')) moz->doctitle = strrchr(moz->doctitle, '\\') + 1; |