Skip to content
Snippets Groups Projects
Commit 2172dcc3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove some debugging code.

parent f28e9847
No related branches found
No related tags found
No related merge requests found
Pipeline #7770 passed
......@@ -933,7 +933,6 @@ static int check_redraw(void)
return ret;
}
pthread_t bpid;
/* Blinker Thread */
static void blinker_thread(void *data)
{
......@@ -946,7 +945,6 @@ static void blinker_thread(void *data)
int lfc;
int blink;
bpid = pthread_self();
SetThreadName("Blinker");
while(1) {
curs_changed = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment