From f492004cb605a45b0b43e94121a0f504d7fb10cc Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 3 May 2017 21:50:25 -0700 Subject: introduce YesNoFuncTable struct --- include/global.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/global.h') 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; -- cgit v1.2.3