summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-16 13:53:55 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-16 13:53:55 -0500
commit6546ff5d0ad80ceca6b422713e0d3cd0ffa62b53 (patch)
tree51320be5ec4fb0755398911d705f6e3f323ddf0a /include/global.h
parent196f2a1c24016eae8b9fad6d57cabd43d34f898e (diff)
parente50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff)
fix merge conflicts
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;