From: Holger Schemel Date: Sat, 2 Dec 2023 13:13:05 +0000 (+0100) Subject: removed unused code X-Git-Tag: 4.3.8.0~19 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=f3e3bb074cc627f4b7ced30ea8db822538692c19 removed unused code --- 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);