diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 19:45:22 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-27 19:46:35 +0000 |
| commit | 5e6745da63bc715ca8e52ad859971ac669226951 (patch) | |
| tree | 589ff8f175d0689cfae7c7cc29a8698a68a62587 /src/path-chemistry.cpp | |
| parent | move FTFixedToDouble / FTDoubleToFixed to a common header (diff) | |
| download | inkscape-5e6745da63bc715ca8e52ad859971ac669226951.tar.gz inkscape-5e6745da63bc715ca8e52ad859971ac669226951.zip | |
Minor cleanup of warnings. No functional change.
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<SPItem*> items_copy(items().begin(), items().end()); if (items_copy.size() < 1) { |
