Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / sp-namedview.h
index 3ed02bf59a4fbba75f88f77249ad7b0b08d949e3..048096d8c0096e569761f332afb9f0d51be03425 100644 (file)
@@ -47,23 +47,14 @@ struct SPNamedView : public SPObjectGroup {
     gint window_height;
     gint window_x;
     gint window_y;
+    gint window_maximized;
 
     SnapManager snap_manager;
     GSList * grids;
     bool grids_visible;
-    bool snapindicator;
 
     SPUnit const *doc_units;
 
-    SPUnit const *gridtoleranceunit;
-    gdouble gridtolerance;
-
-    SPUnit const *guidetoleranceunit;
-    gdouble guidetolerance;
-
-    SPUnit const *objecttoleranceunit;
-    gdouble objecttolerance;
-
     GQuark default_layer_id;
 
     double connector_spacing;