summaryrefslogtreecommitdiff
path: root/src/fieldmap.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-07 13:32:08 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-07 13:32:08 -0400
commitc95e89e083f4911d41036ecd3b8a744ff59ec8a9 (patch)
treeb37e7b830f730be576d8939a53d5a768c99864e8 /src/fieldmap.c
parent356e63db033b050db40fb4ea2807b767f5b355da (diff)
Remove old variables
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r--src/fieldmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c
index 38e0781b7..e437ea7fc 100644
--- a/src/fieldmap.c
+++ b/src/fieldmap.c
@@ -565,10 +565,6 @@ static void MoveMapViewToBackup(u8 direction)
int GetMapBorderIdAt(int x, int y)
{
- struct MapLayout const *mapLayout;
- u16 block, block2;
- int i, j;
-
if (MapGridGetTileAt(x, y) == METATILE_ID_UNDEFINED)
return CONNECTION_INVALID;