From 5e6745da63bc715ca8e52ad859971ac669226951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 27 Mar 2018 16:45:22 -0300 Subject: Minor cleanup of warnings. No functional change. --- src/path-chemistry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 5af000967..7ee811dc9 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -1,4 +1,4 @@ - /* +/* * Here are handlers for modifying selections, specific to paths * * Authors: @@ -61,8 +61,8 @@ void ObjectSet::combine(bool skip_undo) { //Inkscape::Selection *selection = desktop->getSelection(); + //Inkscape::Preferences *prefs = Inkscape::Preferences::get(); SPDocument *doc = document(); - Inkscape::Preferences *prefs = Inkscape::Preferences::get(); std::vector items_copy(items().begin(), items().end()); if (items_copy.size() < 1) { -- cgit v1.2.3