summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );
-}