summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-chemistry.cpp')
-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) {