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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atari/misc.h') diff --git a/atari/misc.h b/atari/misc.h index 7771fc962..216ab17b0 100755 --- a/atari/misc.h +++ b/atari/misc.h @@ -30,7 +30,6 @@ lbuf[7] = (long)sbuf[7]; -struct gui_window * find_root_gui_window( WINDOW * win ); struct gui_window * find_cmp_window( COMPONENT * c ); OBJECT *get_tree( int idx ); char *get_rsc_string( int idx ); @@ -39,4 +38,4 @@ void dbg_grect( char * str, GRECT * r ); void * ldg_open( char * name, short * global ); void * ldg_find( char * name, short * ldg ); int ldg_close( void * ldg, short * global ); -#endif \ No newline at end of file +#endif -- cgit v1.2.3