mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-13 02:25:47 +02:00
Remove the unused HighlightOutline.prototype.classNamesForOutlining getter
This was added in PR 18972 and it became unused in PR 19085, however it was accidentally left behind.
This commit is contained in:
parent
3a09329113
commit
f781ac33da
@ -343,10 +343,6 @@ class HighlightOutline extends Outline {
|
|||||||
get box() {
|
get box() {
|
||||||
return this.#box;
|
return this.#box;
|
||||||
}
|
}
|
||||||
|
|
||||||
get classNamesForOutlining() {
|
|
||||||
return ["highlightOutline"];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class FreeHighlightOutliner extends FreeDrawOutliner {
|
class FreeHighlightOutliner extends FreeDrawOutliner {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user