(svn r6276) Remove a redundant assignment
authortron
Thu, 31 Aug 2006 14:54:25 +0000
changeset 4491 266a1f405eaf
parent 4490 f527db973ad6
child 4492 f73138c71092
(svn r6276) Remove a redundant assignment
network_gui.c
--- a/network_gui.c	Thu Aug 31 14:51:50 2006 +0000
+++ b/network_gui.c	Thu Aug 31 14:54:25 2006 +0000
@@ -1392,8 +1392,7 @@
 
 void ShowClientList(void)
 {
-	Window *w = AllocateWindowDescFront(&_client_list_desc, 0);
-	if (w != NULL) w->window_number = 0;
+	AllocateWindowDescFront(&_client_list_desc, 0);
 }
 
 static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e)