diff options
Diffstat (limited to 'src/sp-namedview.h')
| -rw-r--r-- | src/sp-namedview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h index f3bb960e8..be7f1a541 100644 --- a/src/sp-namedview.h +++ b/src/sp-namedview.h @@ -37,7 +37,6 @@ enum { struct SPNamedView : public SPObjectGroup { unsigned int editable : 1; unsigned int showgrid : 1; - unsigned int gridtype : 1; // 0=normal 1=axonometric unsigned int showguides : 1; unsigned int showborder : 1; unsigned int showpageshadow : 1; @@ -59,7 +58,6 @@ struct SPNamedView : public SPObjectGroup { /* Grid data is in points regardless of unit */ NR::Point gridorigin; gdouble gridspacing[2]; - gdouble gridangle[2]; // for axonometric grid gint gridempspacing; SPUnit const *doc_units; |
