summaryrefslogtreecommitdiff
path: root/src/i_endoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_endoom.c')
-rw-r--r--src/i_endoom.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i_endoom.c b/src/i_endoom.c
index b943e47c..b053b433 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -40,11 +40,6 @@ void I_Endoom(byte *endoom_data)
TXT_Init();
- // Make sure the new window has the right title and icon
-
- I_SetWindowTitle("Exit screen");
- I_SetWindowIcon();
-
// Write the data to the screen memory
screendata = TXT_GetScreenData();