From a7a4518acd0bea66d6fc0f2eac0539adc48ba77f Mon Sep 17 00:00:00 2001 From: vojtasmrcek Date: Fri, 11 Aug 2023 11:46:56 +0200 Subject: [PATCH] Remove unused attribute --- .../src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt b/aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt index 98e59beb8..58237aa64 100644 --- a/aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt +++ b/aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt @@ -13,8 +13,6 @@ class HighlightSpan( override var attributes: AztecAttributes = AztecAttributes(), val colorHex: Int ) : BackgroundColorSpan(colorHex), IAztecInlineSpan { - var alpha: Int = 220 - override var TAG = HIGHLIGHT_TAG companion object {