summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-08-13 11:26:35 +0000
committerMartin Owens <doctormo@gmail.com>2017-08-13 11:26:35 +0000
commit203bb5ccb8d526f3460e476693642c05bd6fab2f (patch)
tree7b7e3142393909358d50019efc6fc5e1bc91fcca /src/sp-clippath.cpp
parentMerge branch 'alvinpenner/inkscape-master' (diff)
parentupdate to trunk (diff)
downloadinkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.tar.gz
inkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.zip
Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'
Diffstat (limited to 'src/sp-clippath.cpp')
-rw-r--r--src/sp-clippath.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sp-clippath.cpp b/src/sp-clippath.cpp
index b371e15b2..1829837d8 100644
--- a/src/sp-clippath.cpp
+++ b/src/sp-clippath.cpp
@@ -227,7 +227,6 @@ void SPClipPath::hide(unsigned int key) {
SP_ITEM(&child)->invoke_hide(key);
}
}
-
for (SPClipPathView *v = display; v != NULL; v = v->next) {
if (v->key == key) {
/* We simply unref and let item to manage this in handler */
@@ -235,8 +234,6 @@ void SPClipPath::hide(unsigned int key) {
return;
}
}
-
- g_assert_not_reached();
}
void SPClipPath::setBBox(unsigned int key, Geom::OptRect const &bbox) {