diff options
-rw-r--r-- | svg-flatten/src/main.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svg-flatten/src/main.cpp b/svg-flatten/src/main.cpp index d96785b..e120a9c 100644 --- a/svg-flatten/src/main.cpp +++ b/svg-flatten/src/main.cpp @@ -424,10 +424,8 @@ int main(int argc, char **argv) { doc.render(rset, *top_sink, &sel); - if (!is_svg) { - remove(frob.c_str()); - remove(barf.c_str()); - } + remove(frob.c_str()); + remove(barf.c_str()); if (flattener) { delete flattener; |