Skip to content

Commit

Permalink
remove needless duplicate line
Browse files Browse the repository at this point in the history
duplication appears to be accidental, both lines were added together in db8055b
  • Loading branch information
Helium314 committed Mar 20, 2023
1 parent 18dde9a commit dfd2538
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ class MainMapFragment : LocationAwareMapFragment(), ShowsGeometryMarkers {

fun hideOverlay() {
styleableOverlayMapComponent?.isVisible = false
styleableOverlayMapComponent?.isVisible = false
}

fun highlightGeometry(geometry: ElementGeometry) {
Expand Down

0 comments on commit dfd2538

Please sign in to comment.