From a8fc41529f81be72b750bc54b3c91311ce14346d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 19 May 2014 17:13:35 +0100 Subject: Remove unused variables. --- atari/download.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'atari') diff --git a/atari/download.c b/atari/download.c index 6fe0d87e0..7e44cda89 100755 --- a/atari/download.c +++ b/atari/download.c @@ -362,12 +362,9 @@ static nserror gui_download_window_data(struct gui_download_window *dw, uint32_t clck = clock(); uint32_t tnow = clck / (CLOCKS_PER_SEC>>3); uint32_t sdiff = (clck / (CLOCKS_PER_SEC)) - dw->start; - float pf = 0; LOG(("")); - OBJECT * tree = dw->tree; - if(dw->abort == true){ dw->status = NSATARI_DOWNLOAD_CANCELED; dw->abort = false; @@ -424,7 +421,6 @@ static void gui_download_window_error(struct gui_download_window *dw, static void gui_download_window_done(struct gui_download_window *dw) { - OBJECT * tree; LOG(("")); // TODO: change abort to close @@ -435,7 +431,6 @@ static void gui_download_window_done(struct gui_download_window *dw) dw->fd = NULL; } - tree = dw->tree; if (dw->close_on_finish) { gemtk_wm_send_msg(dw->guiwin, WM_CLOSED, 0, 0, 0, 0); } else { -- cgit v1.2.3