removed uncommented code
authorHolger Schemel <info@artsoft.org>
Sat, 2 Dec 2023 12:06:00 +0000 (13:06 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 2 Dec 2023 12:06:00 +0000 (13:06 +0100)
src/tools.c

index 604e767cc4a8a3744fbd340a7d5360876434d02f..ea314a3e603c39fbda20240fcb309845b16d1f84 100644 (file)
@@ -4973,13 +4973,6 @@ static boolean RequestEnvelope(char *text, unsigned int req_state)
 
   DoRequestBefore(req_state);
 
-  // (replace with setting corresponding request background)
-  // SetDoorBackgroundImage(IMG_BACKGROUND_DOOR);
-  // SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1);
-
-  // clear door drawing field
-  // DrawBackground(DX, DY, DXSIZE, DYSIZE);
-
   ShowEnvelopeRequest(text, req_state, ACTION_OPENING);
 
   if (!(req_state & REQUEST_WAIT_FOR_INPUT))