]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Remove an old FIXME.
authorcth103 <cth103@users.sourceforge.net>
Fri, 5 May 2006 14:24:42 +0000 (14:24 +0000)
committercth103 <cth103@users.sourceforge.net>
Fri, 5 May 2006 14:24:42 +0000 (14:24 +0000)
src/snap.cpp

index ca7efde73ee8ed46b235d265494564bc2e9c39fe..7c68ae877a481ef1ee613399805c6eabceb22001 100644 (file)
@@ -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