Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variables from Simulation::FloodINST
These were left behind from before the CoordStack update.
  • Loading branch information
LBPHacker committed Sep 14, 2019
1 parent 88d165f commit 0e237a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulation/Simulation.cpp
Expand Up @@ -722,8 +722,6 @@ int Simulation::FloodINST(int x, int y, int fullc, int cm)
{
int c = TYP(fullc);
int x1, x2;
int coord_stack_limit = XRES*YRES;
int coord_stack_size = 0;
int created_something = 0;

if (c>=PT_NUM)
Expand Down

0 comments on commit 0e237a1

Please sign in to comment.