diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-07 13:32:08 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-07 13:32:08 -0400 |
commit | c95e89e083f4911d41036ecd3b8a744ff59ec8a9 (patch) | |
tree | b37e7b830f730be576d8939a53d5a768c99864e8 /src | |
parent | 356e63db033b050db40fb4ea2807b767f5b355da (diff) |
Remove old variables
Diffstat (limited to 'src')
-rw-r--r-- | src/fieldmap.c | 4 |
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; |