summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/text.h b/include/text.h
index 07f6b29c2..0fd586ddd 100644
--- a/include/text.h
+++ b/include/text.h
@@ -193,13 +193,6 @@ typedef struct {
extern TextFlags gTextFlags;
-struct __attribute__((packed)) TextColor
-{
- u8 fgColor;
- u8 bgColor;
- u8 shadowColor;
-};
-
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];