diff options
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
| -rw-r--r-- | src/live_effects/lpeobject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
