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