mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Remove deprecated features
Trimming off the fat! - GLOBAL and XDEF keywords - Colon-less global labels - *-comments
This commit is contained in:
@@ -108,9 +108,6 @@ void opt_Parse(char *s)
|
||||
error("Must specify exactly 2 characters for option 'b'\n");
|
||||
}
|
||||
break;
|
||||
case 'z':
|
||||
warning(WARNING_OBSOLETE, "Option 'z' is a deprecated alias for 'p'\n");
|
||||
/* fallthrough */
|
||||
case 'p':
|
||||
if (strlen(&s[1]) <= 2) {
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user