summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.cpp')
-rw-r--r--src/snap.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/snap.cpp b/src/snap.cpp
index ca7efde73..7c68ae877 100644
--- a/src/snap.cpp
+++ b/src/snap.cpp
@@ -49,11 +49,6 @@ bool SnapManager::willSnapSomething() const
return (i != s.end());
}
-
-/* FIXME: lots of cut-and-paste here. This needs some
-** functor voodoo to cut it all down a bit.
-*/
-
Inkscape::SnappedPoint SnapManager::freeSnap(Inkscape::Snapper::PointType t,
NR::Point const &p,
SPItem const *it) const