Merge pull request #21456 from Snuffleupagus/rm-classNamesForOutlining

Remove the unused `HighlightOutline.prototype.classNamesForOutlining` getter
This commit is contained in:
Tim van der Meij 2026-06-15 20:46:32 +02:00 committed by GitHub
commit 7d3ec9da1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -343,10 +343,6 @@ class HighlightOutline extends Outline {
get box() {
return this.#box;
}
get classNamesForOutlining() {
return ["highlightOutline"];
}
}
class FreeHighlightOutliner extends FreeDrawOutliner {