removed unused code
[rocksndiamonds.git] / src / tools.c
index 76122ed945fb2638caec5d3fe03a1414ffeda4dd..44abf5bd4170410b41a49b55db6162a75fcbec86 100644 (file)
@@ -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);