Merge pull request #16466 from Snuffleupagus/gv-rm-Toolbar-stub

[GeckoView] Remove the `Toolbar`-stub since the viewer has an actual toolbar now
This commit is contained in:
Jonas Jenwald 2023-05-25 22:23:10 +02:00 committed by GitHub
commit 2890c464da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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