From d9c844cc6c42cd61094675d0a88a9d2d70a18692 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 28 Sep 2013 03:46:18 +0200 Subject: ldg stubs not needed anymore since windom removal. --- atari/misc.c | 15 --------------- 1 file changed, 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 ); -} -- cgit v1.2.3