summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp
diff options
context:
space:
mode:
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) {