[GeckoView] Avoid bundling the AltTextManager class, since it's unused

This commit is contained in:
Jonas Jenwald 2023-09-21 12:51:34 +02:00
parent 561aea530b
commit e2b7896826
6 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,7 @@
* limitations under the License.
*/
const AltTextManager = null;
const AnnotationEditorParams = null;
const PDFAttachmentViewer = null;
const PDFCursorTools = null;
@ -26,6 +27,7 @@ const PDFThumbnailViewer = null;
const SecondaryToolbar = null;
export {
AltTextManager,
AnnotationEditorParams,
PDFAttachmentViewer,
PDFCursorTools,