Skip to content

Commit aed9c3c

Browse files
committed
[REFACT] Removed unused colors from color_scheme
1 parent 924a947 commit aed9c3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

color_scheme.h

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ namespace pesieve {
55
const WORD ERROR_COLOR = 0x0c;
66
const WORD WARNING_COLOR = 0x0c;
77
const WORD HILIGHTED_COLOR = 0x0f;
8-
const WORD HEADER_COLOR = 14;
9-
const WORD SEPARATOR_COLOR = 6;
10-
const WORD INACTIVE_COLOR = 8;
118
};

0 commit comments

Comments
 (0)