Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Commit f04e55c

Browse files
committed
remove deprecated colors, causes build problems
1 parent 657147c commit f04e55c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

source/scone/color.d

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@ enum Color
3636
magenta = 5,
3737
cyan = 6,
3838
white = 7,
39-
40-
deprecated("use `Color.blackDark` instead") black_dark = 8,
41-
deprecated("use `Color.redDark` instead") red_dark = 9,
42-
deprecated("use `Color.greenDark` instead") green_dark = 10,
43-
deprecated("use `Color.yellowDark` instead") yellow_dark = 11,
44-
deprecated("use `Color.blueDark` instead") blue_dark = 12,
45-
deprecated("use `Color.magentaDark` instead") magenta_dark = 13,
46-
deprecated("use `Color.cyanDark` instead") cyan_dark = 14,
47-
deprecated("use `Color.whiteDark` instead") white_dark = 15,
48-
39+
4940
blackDark = 8,
5041
redDark = 9,
5142
greenDark = 10,

0 commit comments

Comments
 (0)