From 2172dcc3f7bcf807dd5251fa20b6ba2963320ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 12 Jan 2025 23:33:01 -0500 Subject: [PATCH] Remove some debugging code. --- src/conio/bitmap_con.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/conio/bitmap_con.c b/src/conio/bitmap_con.c index eb02204023..91ad0df0fb 100644 --- a/src/conio/bitmap_con.c +++ b/src/conio/bitmap_con.c @@ -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; -- GitLab