summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-09 01:14:27 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-14 22:11:56 +0000
commit4b8609e0cce219ec683e8901d1c47abec07bf022 (patch)
tree1742b9669c0920b9f53d842b1388617c58c46a46 /src/path-chemistry.cpp
parentFix strings, thanks Maren (diff)
downloadinkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.tar.gz
inkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.zip
Add break apart. Thanks Maren
Diffstat (limited to '')
-rw-r--r--src/path-chemistry.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index d87dd96cd..9e75b7841 100644
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
@@ -56,9 +56,6 @@ ObjectSet::combine(bool skip_undo)
//Inkscape::Selection *selection = desktop->getSelection();
SPDocument *doc = document();
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- if (prefs->getBool("/options/pathoperationsunlink/value", true)) {
- unlinkRecursive(true);
- }
std::vector<SPItem*> items_copy(items().begin(), items().end());
if (items_copy.size() < 1) {