summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-03 21:50:25 -0700
committerYamaArashi <shadow962@live.com>2017-05-03 21:54:43 -0700
commitf492004cb605a45b0b43e94121a0f504d7fb10cc (patch)
tree62d41cadc22ba145c6c72f2a4ad5f6239a77da05 /include/global.h
parent64ad31bd4a966cca34fe679c2ed775187d3d2978 (diff)
introduce YesNoFuncTable struct
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 59cbd3b89..f4f9f0048 100644
--- a/include/global.h
+++ b/include/global.h
@@ -76,11 +76,6 @@ struct TextStruct
const u8 *text;
};
-struct FuncStruct
-{
- void *func;
-};
-
struct Coords16
{
s16 x;