summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-08 22:01:23 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-08 22:01:23 -0500
commit4a9e02772870528cc3b9653eb4028b236f3c3aa8 (patch)
tree6c70c6b230acc0d26527174e66ff5a3eb8752e57 /include/global.h
parent42aaa52c94aa59cb62f2f598af5dd25ae9d8537e (diff)
get rid of TextStruct
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/global.h b/include/global.h
index 0f5bcde6d..4d20ea4fc 100644
--- a/include/global.h
+++ b/include/global.h
@@ -115,11 +115,6 @@ enum
BAG_KEYITEMS
};
-struct TextStruct
-{
- const u8 *text;
-};
-
struct Coords16
{
s16 x;