From f3e3bb074cc627f4b7ced30ea8db822538692c19 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 2 Dec 2023 14:13:05 +0100 Subject: [PATCH] removed unused code --- src/tools.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tools.c b/src/tools.c index 76122ed9..44abf5bd 100644 --- a/src/tools.c +++ b/src/tools.c @@ -4926,8 +4926,6 @@ static boolean RequestDoor(char *text, unsigned int req_state) OpenDoor(DOOR_OPEN_1); - SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1); - // ---------- handle request buttons ---------- result = RequestHandleEvents(req_state, draw_buffer_last); @@ -4957,8 +4955,6 @@ static boolean RequestEnvelope(char *text, unsigned int req_state) DrawEnvelopeRequest(text, req_state); ShowEnvelopeRequest(text, req_state, ACTION_OPENING); - SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1); - // ---------- handle request buttons ---------- result = RequestHandleEvents(req_state, draw_buffer_last); -- 2.34.1