(svn r6276) Remove a redundant assignment

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 18 years ago
parent 453028b3a7
commit d8436d15ae

@ -1392,8 +1392,7 @@ static void ClientListWndProc(Window *w, WindowEvent *e)
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)

Loading…
Cancel
Save