Code

excise never-used code and stale comments
[inkscape.git] / src / snapper.cpp
index 27531b50b9f371b37c0772da44261a84622a69c6..fd05809c13af5d54c10525e7a7ed96e48f1dd9b8 100644 (file)
@@ -23,7 +23,7 @@ Inkscape::Snapper::Snapper(SPNamedView const *nv, NR::Coord const d) : _named_vi
 {
     g_assert(_named_view != NULL);
     g_assert(SP_IS_NAMEDVIEW(_named_view));
-    
+
     setSnapTo(BBOX_POINT, true);
 }