mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-28 12:24:18 +03:00
ldg stubs not needed anymore since windom removal.
This commit is contained in:
parent
4f45f807f2
commit
c3816a119a
15
atari/misc.c
15
atari/misc.c
@ -521,18 +521,3 @@ void dbg_rect(const char * str, int * pxy)
|
||||
pxy[3] - pxy[1] );
|
||||
}
|
||||
|
||||
/* some LDG functions here to reduce dependencies */
|
||||
void * ldg_open( char * name, short * global )
|
||||
{
|
||||
return( NULL );
|
||||
}
|
||||
|
||||
void * ldg_find( char * name, short * ldg )
|
||||
{
|
||||
return( NULL );
|
||||
}
|
||||
|
||||
int ldg_close( void * ldg, short * global )
|
||||
{
|
||||
return( 0 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user