Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-namedview.h
index 5a9c2971f392f56073b113ff961ff5442a886737..7eafd124934c5a8113a4e498745fc01deba62951 100644 (file)
@@ -51,17 +51,8 @@ struct SPNamedView : public SPObjectGroup {
     SnapManager snap_manager;
     GSList * grids;
     bool grids_visible;
-    
-    SPUnit const *doc_units;
-
-    SPUnit const *gridtoleranceunit;
-    gdouble gridtolerance;
 
-    SPUnit const *guidetoleranceunit;
-    gdouble guidetolerance;
-
-    SPUnit const *objecttoleranceunit;
-    gdouble objecttolerance;
+    SPUnit const *doc_units;
 
     GQuark default_layer_id;