Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-namedview.h
index 3ed02bf59a4fbba75f88f77249ad7b0b08d949e3..7eafd124934c5a8113a4e498745fc01deba62951 100644 (file)
@@ -51,19 +51,9 @@ struct SPNamedView : public SPObjectGroup {
     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;