summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
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;