From: joncruz Date: Tue, 9 Sep 2008 08:08:34 +0000 (+0000) Subject: Temporarily specifying a return value to avoid strange bugs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=daca9236144bdbd50ca895b4b7d3a3c16f5f8509;p=inkscape.git Temporarily specifying a return value to avoid strange bugs --- diff --git a/src/2geom/convex-cover.cpp b/src/2geom/convex-cover.cpp index 5b6d36c49..1c2eb8757 100644 --- a/src/2geom/convex-cover.cpp +++ b/src/2geom/convex-cover.cpp @@ -267,6 +267,7 @@ proposed algorithm: We must be very careful about rounding here. bool ConvexHull::no_colinear_points() const { // XXX: implement me! + return true; // TODO return proper value } bool