diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-01-22 18:55:41 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-01-22 18:55:41 +0000 |
| commit | 32b823aed07ad07ce667de0c98bf50a94a45a790 (patch) | |
| tree | cb9b035524030f2c56feaae2b8547781f405d9b1 /src/id-clash.cpp | |
| parent | direct use of Glib::ustring (diff) | |
| download | inkscape-32b823aed07ad07ce667de0c98bf50a94a45a790.tar.gz inkscape-32b823aed07ad07ce667de0c98bf50a94a45a790.zip | |
minor cppcheck warning
(bzr r12054)
Diffstat (limited to 'src/id-clash.cpp')
| -rw-r--r-- | src/id-clash.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 36208e6d8..c8eacfe02 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -298,7 +298,6 @@ void change_def_references(SPObject *from_obj, SPObject *to_obj) { refmap_type *refmap = new refmap_type; - id_changelist_type id_changes; //delete this line SPDocument *current_doc = from_obj->document; std::string old_id(from_obj->getId()); |
