mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Remove unused patch enum element
If the next release is going to break compatibility with older object file formats it doesn't make sense to keep this. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -44,11 +44,6 @@ enum eRpnData {
|
||||
|
||||
RPN_HRAM,
|
||||
|
||||
/* TODO: This hasn't been removed in order not to break compatibility
|
||||
* with the existing object files, but it will be removed in a future
|
||||
* version. */
|
||||
RPN_unused,
|
||||
|
||||
RPN_RANGECHECK,
|
||||
|
||||
RPN_CONST = 0x80,
|
||||
|
||||
Reference in New Issue
Block a user