Consolidate region 'view' and 'area'.

This commit is contained in:
okan
2018-02-13 15:06:22 +00:00
parent e6bf7429b3
commit 13763662c9
2 changed files with 4 additions and 9 deletions

View File

@@ -204,7 +204,6 @@ TAILQ_HEAD(autogroup_q, autogroup);
struct region_ctx {
TAILQ_ENTRY(region_ctx) entry;
int num;
struct geom area;
struct geom view; /* viewable area */
struct geom work; /* workable area, gap-applied */
};