From 8b82e926fde72b4f1becb04f12335cacc280c592 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 21 Feb 2015 12:29:03 +0000 Subject: debug --- amiga/gui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index c1169b947..f49dc0666 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1800,7 +1800,6 @@ static void ami_handle_msg(void) nnode=(struct nsObject *)GetSucc((struct Node *)node); gwin = node->objstruct; - LOG(("Type %d", node->Type)); if(node->Type == AMINS_TVWINDOW) { if(ami_tree_event((struct treeview_window *)gwin)) { @@ -1863,11 +1862,7 @@ static void ami_handle_msg(void) if((gwin == NULL) || (gwin->objects[OID_MAIN] == NULL)) continue; - LOG(("RA_HandleInput(%p,%p) (gwin=%p)", gwin->objects[OID_MAIN], &code, gwin)); - while((result = RA_HandleInput(gwin->objects[OID_MAIN], &code)) != WMHI_LASTMSG) { - LOG(("%d: %d (switch)",code, result & WMHI_CLASSMASK)); - switch(result & WMHI_CLASSMASK) // class { case WMHI_MOUSEMOVE: -- cgit v1.2.3