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/misc.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'atari/misc.c') diff --git a/atari/misc.c b/atari/misc.c index 35f05d760..fc1d6a661 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -100,22 +100,6 @@ bool path_add_part(char *path, int length, const char *newpart) return true; } -#define IS_TOPLEVEL_BROWSER_WIN( gw ) (gw->root->handle == win && gw->parent == NULL ) -struct gui_window * find_root_gui_window( WINDOW * win ) -{ - - struct gui_window * gw; - gw = window_list; - while( gw != NULL ) { - if( IS_TOPLEVEL_BROWSER_WIN( gw ) ) { - return( gw ); - } - else - gw = gw->next; - } - return( NULL ); -} - struct gui_window * find_cmp_window( COMPONENT * c ) { -- cgit v1.2.3