Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jul 26, 2023
1 parent b71d71c commit faa091f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class FractionalRectangleShape(
private val startFraction: Float,
private val endFraction: Float
) : Shape {
val some=(0.0f..0.5f)

override fun createOutline(
size: Size,
layoutDirection: LayoutDirection,
Expand Down

0 comments on commit faa091f

Please sign in to comment.