diff options
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/text.h b/include/text.h index 9a3434583..d8fc6f89d 100644 --- a/include/text.h +++ b/include/text.h @@ -13,18 +13,6 @@ #define NUM_TEXT_PRINTERS 32 -struct Window -{ - u8 priority; - u8 tilemapLeft; - u8 tilemapTop; - u8 width; - u8 height; - u8 paletteNum; - u16 baseBlock; - u8 *tileData; -}; - struct TextPrinter { struct TextSubPrinter { // TODO: Better name |