Remove old variables
This commit is contained in:
parent
356e63db03
commit
c95e89e083
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue