summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 23:22:44 -0500
committerGitHub <noreply@github.com>2021-01-19 23:22:44 -0500
commit18b8e0ee8e01e77650ce7903dc50be2086218d8d (patch)
tree78b480e081fe4c4c1fa89d84413ab8686acee75a /src/overworld.c
parent6999b237ebbc36c3aa751335027bcba6b5b3556f (diff)
parentb65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (diff)
Merge pull request #1311 from GriffinRichards/clean-unused
Remove unused local variables and functions
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c
index 72aa17929..cbfc70898 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -174,7 +174,6 @@ static u8 sPlayerTradingStates[MAX_LINK_PLAYERS];
static u16 (*sPlayerKeyInterceptCallback)(u32);
static bool8 sUnknown_03000E18;
static u8 sRfuKeepAliveTimer;
-static u32 sUnusedVar;
// IWRAM common
u16 *gBGTilemapBuffers1;