Skip to content

Commit f0e770f

Browse files
committed
dead code removed
1 parent ecd8fc5 commit f0e770f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/java/com/crazylegend/core/modifiers/SizeTextModifier.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ data class SizeTextModifier(
104104
}
105105
}
106106

107-
fun applyBackGroundDrawable(text: AppCompatTextView) {
108-
}
109-
110107
private fun applyTextStyle(text: AppCompatTextView) {
111108
when (textStyle) {
112109
TextStyle.BOLD -> {

0 commit comments

Comments
 (0)