mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-22 16:05:56 +02:00
Merge pull request #21456 from Snuffleupagus/rm-classNamesForOutlining
Remove the unused `HighlightOutline.prototype.classNamesForOutlining` getter
This commit is contained in:
commit
7d3ec9da1e
@ -343,10 +343,6 @@ class HighlightOutline extends Outline {
|
||||
get box() {
|
||||
return this.#box;
|
||||
}
|
||||
|
||||
get classNamesForOutlining() {
|
||||
return ["highlightOutline"];
|
||||
}
|
||||
}
|
||||
|
||||
class FreeHighlightOutliner extends FreeDrawOutliner {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user