Remove unreliable code

This commit is contained in:
speedie 2023-07-27 01:55:23 +02:00
parent 180185adb8
commit 8c81603247

View file

@ -597,12 +597,6 @@ int drawcaps(int x, int y, int w) {
} }
void drawmenu(void) { void drawmenu(void) {
if (sp.isdrawing) {
while (sp.isdrawing != 0) {
;
}
}
sp.isdrawing = 1; sp.isdrawing = 1;
#if USEWAYLAND #if USEWAYLAND
if (protocol) { if (protocol) {