diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-12-08 22:34:02 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-08 22:34:02 +0000 |
| commit | b6a5a7b59a78a35128633bd7b7a070ebeb263505 (patch) | |
| tree | 3942bc2943ebc1a9c38fb4a8a06e5b50bc67c026 /src/desktop.cpp | |
| parent | cppification: GSList replaced by vectors (undo/redo) (diff) | |
| download | inkscape-b6a5a7b59a78a35128633bd7b7a070ebeb263505.tar.gz inkscape-b6a5a7b59a78a35128633bd7b7a070ebeb263505.zip | |
finally removed all GSList from main folder .h files
(bzr r14504.1.15)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 491313234..0aac46e8d 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1704,12 +1704,6 @@ static void _reconstruction_start(SPDesktop * desktop) desktop->_reconstruction_old_layer_id = desktop->currentLayer()->getId() ? desktop->currentLayer()->getId() : ""; desktop->layers->reset(); - /* - GSList const * selection_objs = desktop->selection->list(); - for (; selection_objs != NULL; selection_objs = selection_objs->next) { - - } - */ desktop->selection->clear(); } |
