summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 17:50:52 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-19 18:19:33 -0500
commitb65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch)
tree355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/script.c
parentc2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff)
Remove unused local variables and functions
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c
index 9ba1a7429..e6557aa75 100644
--- a/src/script.c
+++ b/src/script.c
@@ -11,9 +11,7 @@ extern const u8* gUnknown_020375C0;
// ewram bss
static u8 sScriptContext1Status;
-static u32 sUnusedVariable1;
static struct ScriptContext sScriptContext1;
-static u32 sUnusedVariable2;
static struct ScriptContext sScriptContext2;
static bool8 sScriptContext2Enabled;