Skip to content

Commit af6ddd3

Browse files
committed
Remove unused imports
1 parent 717b7fc commit af6ddd3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/formatting/BlockFormatter.kt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
package org.wordpress.aztec.formatting
22

3-
import android.graphics.drawable.Drawable
43
import android.text.Editable
54
import android.text.Layout
6-
import android.text.SpannableStringBuilder
75
import android.text.Spanned
86
import android.text.TextUtils
9-
import androidx.appcompat.content.res.AppCompatResources
107
import androidx.core.text.TextDirectionHeuristicsCompat
118
import org.wordpress.android.util.AppLog
129
import org.wordpress.aztec.AlignmentRendering
@@ -15,23 +12,19 @@ import org.wordpress.aztec.AztecText
1512
import org.wordpress.aztec.AztecTextFormat
1613
import org.wordpress.aztec.Constants
1714
import org.wordpress.aztec.ITextFormat
18-
import org.wordpress.aztec.R
1915
import org.wordpress.aztec.handlers.BlockHandler
2016
import org.wordpress.aztec.handlers.HeadingHandler
2117
import org.wordpress.aztec.handlers.ListItemHandler
2218
import org.wordpress.aztec.spans.AztecHeadingSpan
2319
import org.wordpress.aztec.spans.AztecHorizontalRuleSpan
24-
import org.wordpress.aztec.spans.AztecImageSpan
2520
import org.wordpress.aztec.spans.AztecListItemSpan
2621
import org.wordpress.aztec.spans.AztecListSpan
27-
import org.wordpress.aztec.spans.AztecMediaClickableSpan
2822
import org.wordpress.aztec.spans.AztecMediaSpan
2923
import org.wordpress.aztec.spans.AztecOrderedListSpan
3024
import org.wordpress.aztec.spans.AztecPreformatSpan
3125
import org.wordpress.aztec.spans.AztecQuoteSpan
3226
import org.wordpress.aztec.spans.AztecTaskListSpan
3327
import org.wordpress.aztec.spans.AztecUnorderedListSpan
34-
import org.wordpress.aztec.spans.AztecVideoSpan
3528
import org.wordpress.aztec.spans.IAztecAlignmentSpan
3629
import org.wordpress.aztec.spans.IAztecBlockSpan
3730
import org.wordpress.aztec.spans.IAztecCompositeBlockSpan
@@ -47,8 +40,6 @@ import org.wordpress.aztec.spans.createPreformatSpan
4740
import org.wordpress.aztec.spans.createTaskListSpan
4841
import org.wordpress.aztec.spans.createUnorderedListSpan
4942
import org.wordpress.aztec.util.SpanWrapper
50-
import org.wordpress.aztec.watchers.EndOfBufferMarkerAdder
51-
import org.xml.sax.Attributes
5243
import java.util.Arrays
5344
import kotlin.reflect.KClass
5445

0 commit comments

Comments
 (0)