src/colors.h

changeset 196
6bcb284679d4
parent 188
64ea7282611e
child 205
1a4342d80de7
--- a/src/colors.h	Wed May 25 17:48:18 2022 +0300
+++ b/src/colors.h	Wed May 25 17:56:30 2022 +0300
@@ -64,12 +64,6 @@
 
 namespace ldraw
 {
-	static constexpr Color BLACK {0};
-	static constexpr Color BLUE {1};
-	static constexpr Color GREEN {2};
-	static constexpr Color RED {4};
-	static constexpr Color YELLOW {14};
-	static constexpr Color WHITE {15};
 	static constexpr Color MAIN_COLOR {16};
 	static constexpr Color EDGE_COLOR {24};
 }

mercurial