Remove unused variable

This commit is contained in:
Naveen 2023-07-23 23:40:05 +05:30
parent 7a45c38b5d
commit 59aec074fb
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3

@ -25,7 +25,6 @@ class SmallMonthView(context: Context, attrs: AttributeSet, defStyle: Int) : Vie
private var days = 31
private var isLandscape = false
private var highlightWeekends = false
private var isSundayFirst = false
private var isPrintVersion = false
private var mEvents: ArrayList<DayYearly>? = null
@ -61,7 +60,6 @@ class SmallMonthView(context: Context, attrs: AttributeSet, defStyle: Int) : Vie
textColor = baseColor.adjustAlpha(MEDIUM_ALPHA)
weekendsTextColor = context.config.highlightWeekendsColor.adjustAlpha(MEDIUM_ALPHA)
highlightWeekends = context.config.highlightWeekends
isSundayFirst = context.config.isSundayFirst
paint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
color = textColor