cleanup
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
unsigned int color_count;
|
||||
color *colors;
|
||||
|
||||
extern unsigned int settings;
|
||||
extern unsigned int status;
|
||||
|
||||
void parse_colors(char *line, short *fg, short *bg){
|
||||
@@ -31,7 +30,6 @@ void parse_colors(char *line, short *fg, short *bg){
|
||||
|
||||
void colors_init() {
|
||||
if (has_colors()) {
|
||||
settings |= SETTINGS_HAS_COLOR;
|
||||
start_color();
|
||||
color_count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user