summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-10-28 21:21:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-10-28 21:30:43 +0000
commitb50743a2538b95c172999796d9b6ebae0538673c (patch)
treefc0e62a1f9a3bbe8d464a977cdc617b23997d7c8 /amiga
parent0f166ad6b06d180e5f9eebfb4e49d596eb6400e5 (diff)
downloadnetsurf-b50743a2538b95c172999796d9b6ebae0538673c.tar.gz
netsurf-b50743a2538b95c172999796d9b6ebae0538673c.tar.bz2
tidy-up
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index e82c13469..5c7acf187 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2491,12 +2491,8 @@ void ami_handle_applib(void)
{
struct ApplicationCustomMsg *applibcustmsg =
(struct ApplicationCustomMsg *)applibmsg;
- // STRPTR tempmsg;
- // if(tempmsg = ASPrintf("\"%s\"",applibcustmsg->customMsg))
- // {
- OpenWorkbenchObjectA(applibcustmsg->customMsg, NULL);
- // FreeVec(tempmsg);
- // }
+ LOG(("Ringhio BackMsg received: %s", applibcustmsg->customMsg));
+ OpenWorkbenchObjectA(applibcustmsg->customMsg, NULL);
}
break;
}