From 5e8e8170e74fe7476cf65316ef4006011fbf7ad1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 15 Oct 2013 02:25:39 +0000 Subject: Remove call to I_SetWindowTitle() that is no longer needed. Subversion-branch: /branches/v2-branch Subversion-revision: 2709 --- src/net_gui.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/net_gui.c b/src/net_gui.c index a79df735..0e0316da 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -350,9 +350,6 @@ void NET_WaitForLaunch(void) exit(-1); } - I_SetWindowTitle("Waiting for game start"); - //I_SetWindowIcon(); - OpenWaitDialog(); had_warning = false; -- cgit v1.2.3