Browse Source

Remove Christmas colouring

Luke Dashjr 12 years ago
parent
commit
b6722901d0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      miner.c

+ 0 - 2
miner.c

@@ -10476,8 +10476,6 @@ void enable_curses(void) {
 		menu_attr = COLOR_PAIR(1);
 		menu_attr = COLOR_PAIR(1);
 		if (ERR != init_pair(2, COLOR_RED, default_bgcolor))
 		if (ERR != init_pair(2, COLOR_RED, default_bgcolor))
 			attr_bad |= COLOR_PAIR(2);
 			attr_bad |= COLOR_PAIR(2);
-		if (ERR != init_pair(3, COLOR_GREEN, COLOR_RED))
-			attr_title |= COLOR_PAIR(3);
 	}
 	}
 	keypad(mainwin, true);
 	keypad(mainwin, true);
 	getmaxyx(mainwin, y, x);
 	getmaxyx(mainwin, y, x);