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