summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-28 03:46:18 +0200
committerOle Loots <ole@monochrom.net>2013-09-28 03:46:18 +0200
commitd9c844cc6c42cd61094675d0a88a9d2d70a18692 (patch)
tree84c541a9263af976d4b81fdba6908918a900a700
parent10e3ad358248595ca1289eeff597351c283f6b45 (diff)
downloadnetsurf-d9c844cc6c42cd61094675d0a88a9d2d70a18692.tar.gz
netsurf-d9c844cc6c42cd61094675d0a88a9d2d70a18692.tar.bz2
ldg stubs not needed anymore since windom removal.
-rwxr-xr-xatari/misc.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/atari/misc.c b/atari/misc.c
index 7e054c840..2a22e166c 100755
--- a/atari/misc.c
+++ b/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 );
-}