remove psion2 compatibility; i doubt anyone uses it

This commit is contained in:
bentley
2010-01-15 12:35:11 -07:00
parent 97b9e822aa
commit 367abd8396
4 changed files with 5 additions and 171 deletions

View File

@@ -7,11 +7,4 @@ extern void usage(void);
extern SLONG fillchar;
extern char smartlinkstartsymbol[256];
enum eOutputType {
OUTPUT_GBROM,
OUTPUT_PSION2
};
extern enum eOutputType outputtype;
#endif