From: dvlierop2 Date: Thu, 9 Aug 2007 16:31:59 +0000 (+0000) Subject: Reverting a change I made a while ago X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=af7ab5671af384ac02d91107338d7eabe7b31c4e;p=inkscape.git Reverting a change I made a while ago --- diff --git a/src/snap.cpp b/src/snap.cpp index 651da788f..c585a9790 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -441,7 +441,7 @@ std::pair SnapManager::_snapTransformed( } /* Note it if it's the best so far */ - if (metric < best_metric && metric != 0) { + if (metric < best_metric) { best_transformation = result; best_metric = metric; }