From e0dd5ef9a7bebe68ed36ded1cd92aa04411643e3 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 5 Apr 2017 13:51:55 -0700 Subject: fix build errors --- include/text.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index d8fc6f89d..3641548aa 100644 --- a/include/text.h +++ b/include/text.h @@ -73,13 +73,6 @@ struct FontInfo u8 shadowColor:4; }; -struct Bitmap // TODO: Find a better spot for this -{ - u8* pixels; - u32 width:16; - u32 height:16; -}; - struct GlyphWidthFunc{ u32 font_id; u32 (*func)(u16 glyphId, bool32 isJapanese); -- cgit v1.2.3