From ccdbe79fc18865397c37bb69c2ac0059f2387f94 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 3 Aug 2008 03:26:27 +0000 Subject: remove many needless references to n-art-bpath.h (bzr r6540) --- src/splivarot.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/splivarot.cpp') diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 9185ec84b..6d592f662 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -1741,11 +1741,8 @@ Path * Path_for_item(SPItem *item, bool doTransformation, bool transformFull) { SPCurve *curve = curve_for_item(item); - NArtBpath *bpath = bpath_for_curve(item, curve, doTransformation, transformFull, NR::identity(), NR::identity()); - - if (bpath == NULL) { + if (curve == NULL) return NULL; - } Geom::PathVector pathv = pathvector_for_curve(item, curve, doTransformation, transformFull); -- cgit v1.2.3