summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index d24417a74..a394f2a55 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -69,8 +69,6 @@ extern SpecialFunc gSpecials[];
extern u8 *gStdScripts[];
extern u8 *gStdScripts_End[];
-extern struct Decoration gDecorations[];
-
// This is defined in here so the optimizer can't see its value when compiling
// script.c.
void * const gNullScriptPtr = NULL;