summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/download.c')
-rwxr-xr-xatari/download.c4
1 files changed, 1 insertions, 3 deletions
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: