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:
Jonas Jenwald 2026-06-15 12:02:46 +02:00
parent 3a09329113
commit f781ac33da

View File

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