diff options
| author | Carl Hetherington <cth@carlh.net> | 2006-05-05 14:24:42 +0000 |
|---|---|---|
| committer | cth103 <cth103@users.sourceforge.net> | 2006-05-05 14:24:42 +0000 |
| commit | 93d3b9e635d8604605b446349d1d8cb25cdfa3bb (patch) | |
| tree | 6dd9e210d1cdd3a46b14b300ac559969b8b457a8 /src/snap.cpp | |
| parent | Various snapping cleanups and bug fixes. (diff) | |
| download | inkscape-93d3b9e635d8604605b446349d1d8cb25cdfa3bb.tar.gz inkscape-93d3b9e635d8604605b446349d1d8cb25cdfa3bb.zip | |
Remove an old FIXME.
(bzr r736)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 5 |
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 |
