Skip to content

Commit

Permalink
Remove the unused "GetIsPureXfa" message handler in the worker (PR 13…
Browse files Browse the repository at this point in the history
…069 follow-up)

Looking at the API, there's no code which actually sends this message. Most likely it's a left-over from a previous version of PR 13069, since the `isPureXfa` parameter is being included in the "GetDoc" message.
  • Loading branch information
Snuffleupagus committed Apr 12, 2021
1 parent a3669a4 commit 0d2dd6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,6 @@ class WorkerMessageHandler {
});
});

handler.on("GetIsPureXfa", function wphSetupGetIsPureXfa(data) {
return pdfManager.ensureDoc("isPureXfa");
});

handler.on("GetOutline", function wphSetupGetOutline(data) {
return pdfManager.ensureCatalog("documentOutline");
});
Expand Down

0 comments on commit 0d2dd6c

Please sign in to comment.