summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2014-07-22 19:16:52 +0000
committerMarkus Engel <markus.engel@tum.de>2014-07-22 19:16:52 +0000
commitd7c36cd293ee35f53a5b47f2795b061888d4f79b (patch)
treede6360804cfdec65afcd11945db38051bd760817 /src/sp-lpe-item.cpp
parentReplaced some abs/fabs with std::abs. (diff)
downloadinkscape-d7c36cd293ee35f53a5b47f2795b061888d4f79b.tar.gz
inkscape-d7c36cd293ee35f53a5b47f2795b061888d4f79b.zip
Fixed some logic errors; clang warnings.
(bzr r13460)
Diffstat (limited to 'src/sp-lpe-item.cpp')
-rw-r--r--src/sp-lpe-item.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index 321d2fc42..800b31f87 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -212,10 +212,6 @@ Inkscape::XML::Node* SPLPEItem::write(Inkscape::XML::Document *xml_doc, Inkscape
* returns true when LPE was successful.
*/
bool SPLPEItem::performPathEffect(SPCurve *curve) {
- if (!this) {
- return false;
- }
-
if (!curve) {
return false;
}