summaryrefslogtreecommitdiff
path: root/atari/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.h')
-rwxr-xr-xatari/misc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 852a93236..959491c26 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -19,13 +19,6 @@
#ifndef NS_ATARI_MISC_H
#define NS_ATARI_MISC_H
-typedef struct {
- long c;
- long v;
-} COOKIE;
-
-#define TOS4VER 0x03000 /* this is assumed to be the last single tasking OS */
-
#define SBUF8_TO_LBUF8(sbuf,lbuf)\
lbuf[0] = (long)sbuf[0];\
lbuf[1] = (long)sbuf[1];\
@@ -43,6 +36,4 @@ OBJECT *get_tree( int idx );
char *get_rsc_string( int idx );
void gem_set_cursor( MFORM_EX * cursor );
void dbg_grect( char * str, GRECT * r );
-void init_os_info(void);
-int tos_getcookie( long tag, long * value );
#endif \ No newline at end of file