Remove unused variable.

This commit is contained in:
Michael Drake 2014-05-26 10:12:34 +01:00
parent ba2f3c1cb8
commit 994caa34cb

View File

@ -284,7 +284,6 @@ gui_download_window_create(download_context *ctx, struct gui_window *gui)
struct gui_download_window *dw;
bool space_warning = false;
os_error *error;
nserror res;
char *local_path;
nserror err;
size_t i, last_dot;