1
0
Fork 0

(svn r6276) Remove a redundant assignment

release/0.5
tron 2006-08-31 14:54:25 +00:00
parent 453028b3a7
commit d8436d15ae
1 changed files with 1 additions and 2 deletions

View File

@ -1392,8 +1392,7 @@ static void ClientListWndProc(Window *w, WindowEvent *e)
void ShowClientList(void) void ShowClientList(void)
{ {
Window *w = AllocateWindowDescFront(&_client_list_desc, 0); AllocateWindowDescFront(&_client_list_desc, 0);
if (w != NULL) w->window_number = 0;
} }
static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e) static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e)