Skip to content

Commit

Permalink
Removed the unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMavrick committed Sep 28, 2024
1 parent bd36d69 commit f1d9c70
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@ class ColorValue{
companion object {
val list: List<Color> = listOf(
Color("White", "#FFFFFF"),
// Color("Silver", "#C0C0C0"),
Color("Gray", "#808080"),
Color("Black", "#000000"),
Color("Red", "#FF0000"),
// Color("Maroon", "#800000"),
Color("Yellow", "#FFFF00"),
// Color("Olive", "#808000"),
Color("Lime", "#00FF00"),
Color("Green", "#008000"),
Color("Aqua", "#00FFFF"),
// Color("Teal", "#008080"),
Color("Blue", "#0000FF"),
// Color("Navy", "#000080"),
Color("Fuchsia", "#FF00FF"),
Color("Purple", "#800080")
)
Expand Down

0 comments on commit f1d9c70

Please sign in to comment.