diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
| commit | 2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch) | |
| tree | 492bccf7855315612ecd295d84c34688c232db79 /src/shape-editor.cpp | |
| parent | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff) | |
| download | inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.tar.gz inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.zip | |
Warning cleanup.
(bzr r8981)
Diffstat (limited to '')
| -rw-r--r-- | src/shape-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index fa4360137..7002c9723 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -128,7 +128,7 @@ GList *ShapeEditor::save_nodepath_selection () { return NULL; } -void ShapeEditor::restore_nodepath_selection (GList *saved) { +void ShapeEditor::restore_nodepath_selection (GList */*saved*/) { // defunct stub } |
