1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Remove ununsed static HighlightEditor._l10nPromise field

This commit is contained in:
Jonas Jenwald 2024-09-10 10:00:41 +02:00
parent 5b4c2fe1a8
commit 2883a9460e

View file

@ -77,8 +77,6 @@ class HighlightEditor extends AnnotationEditor {
static _defaultThickness = 12;
static _l10nPromise;
static _type = "highlight";
static _editorType = AnnotationEditorType.HIGHLIGHT;