Browse Source

Merge branch 'fastrefresh' into bfgminer

Luke Dashjr 13 years ago
parent
commit
5cb3940339
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -2285,7 +2285,6 @@ bool log_curses_only(int prio, const char *f, va_list ap)
 void clear_logwin(void)
 {
 	if (curses_active_locked()) {
-		erase();
 		wclear(logwin);
 		unlock_curses();
 	}