summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-05-27 10:35:12 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-05-27 10:35:12 +0000
commit05a6cdb8047e9ffedeb27ebc025ea7b700402e29 (patch)
treec3ad8fe529e8b9f4bbe444fc9db6b032f6c2bd87 /src/live_effects/lpeobject.cpp
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.tar.gz
inkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.zip
Hackfest2019: Rm tautological tests
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
-rw-r--r--src/live_effects/lpeobject.cpp1
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);