Skip to content
Snippets Groups Projects
Commit d188504b authored by Peter Barker's avatar Peter Barker Committed by Lucas De Marchi
Browse files

AC_Fence: remove unused variable _boundary_revalidate

parent 6e72c899
No related branches found
No related tags found
No related merge requests found
...@@ -162,5 +162,4 @@ private: ...@@ -162,5 +162,4 @@ private:
bool _boundary_create_attempted = false; // true if we have attempted to create the boundary array bool _boundary_create_attempted = false; // true if we have attempted to create the boundary array
bool _boundary_loaded = false; // true if boundary array has been loaded from eeprom bool _boundary_loaded = false; // true if boundary array has been loaded from eeprom
bool _boundary_valid = false; // true if boundary forms a closed polygon bool _boundary_valid = false; // true if boundary forms a closed polygon
bool _boundary_revalidate = false; // set to true when we need to revalidate the boundary (required after a point is changed)
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment