Skip to content

Commit a7a4518

Browse files
committed
Remove unused attribute
1 parent a319d4b commit a7a4518

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class HighlightSpan(
1313
override var attributes: AztecAttributes = AztecAttributes(),
1414
val colorHex: Int
1515
) : BackgroundColorSpan(colorHex), IAztecInlineSpan {
16-
var alpha: Int = 220
17-
1816
override var TAG = HIGHLIGHT_TAG
1917

2018
companion object {

0 commit comments

Comments
 (0)