From 9a3c573b9b13684d851ddf2c9a086a1c50f6668e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Oct 2011 12:23:53 +0000 Subject: Remove dead debugwin code. svn path=/trunk/netsurf/; revision=13028 --- riscos/iconbar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'riscos/iconbar.c') diff --git a/riscos/iconbar.c b/riscos/iconbar.c index 77c05fe23..85ca59155 100644 --- a/riscos/iconbar.c +++ b/riscos/iconbar.c @@ -137,8 +137,6 @@ bool ro_gui_iconbar_click(wimp_pointer *pointer) xosbyte1(osbyte_SCAN_KEYBOARD, 0 ^ 0x80, 0, &key_down); if (key_down == 0) ro_gui_hotlist_open(); - else - ro_gui_debugwin_open(); break; } -- cgit v1.2.3