Skip to content
Snippets Groups Projects
Commit 881d47ea authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

minor code cleaning

parent 77404271
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,6 @@ public class ColorUtils { ...@@ -61,8 +61,6 @@ public class ColorUtils {
new Color(0, 220, 220), new Color(170, 100, 255), new Color(193, 160, 4) }; new Color(0, 220, 220), new Color(170, 100, 255), new Color(193, 160, 4) };
private static final Color BRIGHTER = new Color(245, 245, 245); private static final Color BRIGHTER = new Color(245, 245, 245);
private static final ColorUtils COLOR_ROTATOR = new ColorUtils();
private LinkedList<Color> colorList; private LinkedList<Color> colorList;
private int typeColor; private int typeColor;
private Color[] customColors; private Color[] customColors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment