From c6a5109a95c1206ccf63d99316fa12b8c43bb7cf Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 18 Dec 2012 01:10:20 +0100 Subject: Preparing for merge... --- atari/download.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'atari/download.c') diff --git a/atari/download.c b/atari/download.c index 566f44a86..e35f31d9e 100755 --- a/atari/download.c +++ b/atari/download.c @@ -81,12 +81,10 @@ static short on_aes_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8]) case WM_CLOSED: // TODO: this needs to iterate through all gui windows and // check if the rootwin is this window... - printf("destroy...\n"); - on_close(data); + on_close(data); break; case WM_TOOLBAR: - printf("tb idx: %d\n", msg[4]); switch(msg[4]){ case DOWNLOAD_BT_ABORT: -- cgit v1.2.3