1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 04:31:03 +00:00

Extra refresh not required.

This commit is contained in:
Con Kolivas 2011-07-22 20:12:32 +10:00
parent ae6eb1b0a3
commit 61e5cc10e9

1
main.c
View File

@ -798,7 +798,6 @@ static void print_status(int thr_id)
else {
pthread_mutex_lock(&curses_lock);
curses_print_status(thr_id);
wrefresh(statuswin);
pthread_mutex_unlock(&curses_lock);
}
}