Skip to content

Commit

Permalink
removed unused lines (JetBrains#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFronza authored Jan 18, 2022
1 parent 97d6f40 commit b3c06bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorials/Mouse_Events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ It is possible to get additional information about mouse event, like number of c
```kotlin
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.background
import androidx.compose.foundation.combinedClickable
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxHeight
Expand All @@ -388,7 +387,6 @@ import java.awt.event.MouseEvent

@androidx.compose.ui.ExperimentalComposeUiApi
fun main() = singleWindowApplication {
var count by remember { mutableStateOf(0) }
Box(contentAlignment = Alignment.Center, modifier = Modifier.fillMaxWidth()) {
var text by remember { mutableStateOf("Click magenta box!") }
Column {
Expand Down

0 comments on commit b3c06bb

Please sign in to comment.