From 6c79770b1c08919245dcb8e141151e8af5139d58 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 19 Oct 2014 17:19:55 +0000 Subject: [PATCH] Remove useless build-breaking assignment on Win32 --- similar/main/menu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/similar/main/menu.cpp b/similar/main/menu.cpp index bc10d7406..9482805f6 100644 --- a/similar/main/menu.cpp +++ b/similar/main/menu.cpp @@ -1393,7 +1393,6 @@ static int select_file_handler(listbox *menu,const d_event &event, browser *b) { select_file_recursive(b->title, newpath, b->ext_list, b->select_dir, b->when_selected, b->userdata); // close old box. - event.type = EVENT_WINDOW_CLOSED; window_close(listbox_get_window(menu)); } return 0;