From a2533d5ee6b637274c18b623d1baf10740bb9f28 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 14 Dec 2005 06:28:48 +0000 Subject: (svn r3298) Remove unused and write-only variables --- network_gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'network_gui.c') diff --git a/network_gui.c b/network_gui.c index 81a336c60..8da59c644 100644 --- a/network_gui.c +++ b/network_gui.c @@ -694,7 +694,6 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e) if (_selected_company_item != -1) { // if a company is selected... // show company info const uint x = 183; - uint xm; y = 65; SetDParamStr(0, _network_player_info[_selected_company_item].company_name); @@ -738,7 +737,7 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e) y += 10; SetDParamStr(0, _network_player_info[_selected_company_item].players); - xm = DrawString(x, y, STR_NETWORK_PLAYERS, 2); // players + DrawString(x, y, STR_NETWORK_PLAYERS, 2); // players y += 10; } } break; -- cgit v1.2.3-54-g00ecf