Skip to content

Commit

Permalink
[Refactoring] Remove unused variable from Hours
Browse files Browse the repository at this point in the history
  • Loading branch information
rkowase committed Oct 7, 2022
1 parent d284d9a commit 016e574
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ private data class HoursItemLayout(
val width = with(density) { hoursWidth.roundToPx() }
val left = 0
val top = index * height + topOffset - itemOffset
val right = left + width
val bottom = top + height

fun isVisible(
Expand Down

0 comments on commit 016e574

Please sign in to comment.