ldg stubs not needed anymore since windom removal.

This commit is contained in:
Ole Loots 2013-09-28 03:46:18 +02:00
parent 4f45f807f2
commit c3816a119a

View File

@ -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 );
}