diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:35:12 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:35:12 +0000 |
| commit | 05a6cdb8047e9ffedeb27ebc025ea7b700402e29 (patch) | |
| tree | c3ad8fe529e8b9f4bbe444fc9db6b032f6c2bd87 /src/live_effects | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.tar.gz inkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.zip | |
Hackfest2019: Rm tautological tests
Diffstat (limited to 'src/live_effects')
| -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); |
