From 5639e1e04772db96a7772ec8ba4facf5bf5e6d40 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 30 Jun 2011 20:20:27 +0000 Subject: removed preparations for frames. (will be handled within the core) svn path=/trunk/netsurf/; revision=12550 --- atari/toolbar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'atari/toolbar.c') diff --git a/atari/toolbar.c b/atari/toolbar.c index 6dabe6f24..a7e84904d 100755 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -624,8 +624,6 @@ bool tb_url_input( struct gui_window * gw, short nkc ) char code = (nkc & 0xFF); assert( gw != NULL ); - /* make sure we navigate within the root window on enter: */ - assert( gw->parent == NULL ); if( (code == NK_LEFT) && !shift ){ /* TODO: recognize shift + click */ -- cgit v1.2.3