Skip to content
Snippets Groups Projects
Commit 7c9bf79b authored by Oliver Wiese's avatar Oliver Wiese
Browse files

clean code

parent f1b7b077
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class IntroTableView: UITableView {
for touch in touches {
if touch.tapCount == 2 || touch.force > 1.0 {
let point = touch.location(in: self)
let index = indexPathForRow(at: point)
_ = indexPathForRow(at: point)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment