diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 23:22:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 23:22:44 -0500 |
commit | 18b8e0ee8e01e77650ce7903dc50be2086218d8d (patch) | |
tree | 78b480e081fe4c4c1fa89d84413ab8686acee75a /src/script.c | |
parent | 6999b237ebbc36c3aa751335027bcba6b5b3556f (diff) | |
parent | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (diff) |
Merge pull request #1311 from GriffinRichards/clean-unused
Remove unused local variables and functions
Diffstat (limited to 'src/script.c')
-rw-r--r-- | src/script.c | 2 |
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; |