From 8c81603247df8283a015b6a3dfdae32b429c2f52 Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 27 Jul 2023 01:55:23 +0200 Subject: [PATCH] Remove unreliable code --- libs/draw.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/draw.c b/libs/draw.c index f280152..e71b4b6 100644 --- a/libs/draw.c +++ b/libs/draw.c @@ -597,12 +597,6 @@ int drawcaps(int x, int y, int w) { } void drawmenu(void) { - if (sp.isdrawing) { - while (sp.isdrawing != 0) { - ; - } - } - sp.isdrawing = 1; #if USEWAYLAND if (protocol) {