From 60dbd4018c9e30a3c8638ec5622eb88ea1894eb1 Mon Sep 17 00:00:00 2001 From: stefan-hoeck Date: Fri, 23 Aug 2024 06:07:44 +0200 Subject: [PATCH] [ fix ] get rid of unreachable line in group color scheme --- src/CyBy/Draw/Internal/Color.idr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CyBy/Draw/Internal/Color.idr b/src/CyBy/Draw/Internal/Color.idr index eee9bb8..0ee7b12 100644 --- a/src/CyBy/Draw/Internal/Color.idr +++ b/src/CyBy/Draw/Internal/Color.idr @@ -266,7 +266,6 @@ groupColors Lv = RGB 0x42 0x9e 0xb0 groupColors Be = RGB 0xc2 0x7b 0xa0 groupColors Ca = RGB 0xc2 0x7b 0xa0 groupColors Mg = RGB 0xc2 0x7b 0xa0 -groupColors Ca = RGB 0xc2 0x7b 0xa0 groupColors Sr = RGB 0xc2 0x7b 0xa0 groupColors Ba = RGB 0xc2 0x7b 0xa0 groupColors Ra = RGB 0xc2 0x7b 0xa0