summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/misc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 667e52f1f..f533f483f 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -57,10 +57,7 @@ hlcache_handle *load_icon( const char *name, hlcache_handle_callback cb,
void dbg_grect(const char * str, GRECT * r);
void dbg_pxy(const char * str, short * pxy);
void dbg_rect(const char * str, int * pxy);
-void * ldg_open( char * name, short * global );
-void * ldg_find( char * name, short * ldg );
const char * file_select( const char * title, const char * name );
-int ldg_close( void * ldg, short * global );
long nkc_to_input_key(short nkc, long * ucs4_out);
#endif