aboutsummaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'grid.h')
-rw-r--r--grid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/grid.h b/grid.h
index 2fbe269..00bc7b4 100644
--- a/grid.h
+++ b/grid.h
@@ -57,11 +57,6 @@ typedef struct grid {
int num_edges; grid_edge *edges;
int num_dots; grid_dot *dots;
- /* Should be a face roughly near the middle of the grid.
- * Used to seed path-generation, and also for nearest-edge
- * detection. */
- grid_face *middle_face;
-
/* Cache the bounding-box of the grid, so the drawing-code can quickly
* figure out the proper scaling to draw onto a given area. */
int lowest_x, lowest_y, highest_x, highest_y;