commit f06498f6a6307e3b7a957fb4ed2d5fdba94b4ad2 parent 85a6d348ba93186eaa328f67c625fea1bacae1f4 Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Thu, 17 Feb 2022 18:17:17 +0000 Remove unused constants. Diffstat:
M | src/uxn.h | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/uxn.h b/src/uxn.h @@ -16,12 +16,6 @@ typedef signed short Sint16; typedef unsigned int Uint32; #define PAGE_PROGRAM 0x0100 -#define VISOR_DEV 0xfa00 -#define VISOR_WST 0xfb00 -#define VISOR_RST 0xfc00 -#define PAGE_DEV 0xfd00 -#define PAGE_WST 0xfe00 -#define PAGE_RST 0xff00 /* clang-format off */