Browse code

ppu header: remove unused macros

Sigrid Solveig Haflínudóttir authored on 25/12/2021 13:48:05
Showing 1 changed files
... ...
@@ -12,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 12
 WITH REGARD TO THIS SOFTWARE.
13 13
 */
14 14
 
15
-#define CLEAR_BG 0xcc
16
-#define CLEAR_FG 0x33
17
-#define CLEAR_BOTH 0x00
18
-
19 15
 typedef unsigned char Uint8;
20 16
 typedef unsigned short Uint16;
21 17
 typedef unsigned int Uint32;