From 05a6cdb8047e9ffedeb27ebc025ea7b700402e29 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Mon, 27 May 2019 11:35:12 +0100 Subject: Hackfest2019: Rm tautological tests --- src/live_effects/lpeobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live_effects') diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp index cb3e4ff55..efd5c0219 100644 --- a/src/live_effects/lpeobject.cpp +++ b/src/live_effects/lpeobject.cpp @@ -45,7 +45,6 @@ LivePathEffectObject::~LivePathEffectObject() = default; * Virtual build: set livepatheffect attributes from its associated XML node. */ void LivePathEffectObject::build(SPDocument *document, Inkscape::XML::Node *repr) { - g_assert(this != nullptr); g_assert(SP_IS_OBJECT(this)); SPObject::build(document, repr); -- cgit v1.2.3