onomastics-ng: remove unused variable

This commit is contained in:
2022-10-09 07:14:11 +02:00
parent 876cb69de6
commit 86c7108094

View File

@@ -91,7 +91,7 @@ drawMap settings colorPalette areas statistics =
) )
(zip3 [0 ..] colorPalette theMaxima) (zip3 [0 ..] colorPalette theMaxima)
<> foldMap <> foldMap
( \(index, (name, statistic), color) -> ( \(index, (name, statistic)) ->
g_ g_
[] []
( rect_ ( rect_
@@ -119,6 +119,6 @@ drawMap settings colorPalette areas statistics =
(toElement $ localize $ showRounded $ maximum $ getByArea statistic) (toElement $ localize $ showRounded $ maximum $ getByArea statistic)
) )
) )
(zip3 [0 ..] statistics colorPalette) (zip [0 ..] statistics)
<> style_ [] "path { mix-blend-mode: multiply; }" <> style_ [] "path { mix-blend-mode: multiply; }"
<> g_ [] areaPaths <> g_ [] areaPaths