1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

[GeckoView] Remove the Toolbar-stub since the viewer has an actual toolbar now

This commit is contained in:
Jonas Jenwald 2023-05-24 12:31:27 +02:00
parent daa48e5305
commit 76ca395c32

View file

@ -24,7 +24,6 @@ const PDFPresentationMode = null;
const PDFSidebar = null;
const PDFThumbnailViewer = null;
const SecondaryToolbar = null;
const Toolbar = null;
export {
AnnotationEditorParams,
@ -38,5 +37,4 @@ export {
PDFSidebar,
PDFThumbnailViewer,
SecondaryToolbar,
Toolbar,
};