diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-10-26 05:43:30 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-10-26 05:43:30 +0000 |
| commit | 7a8fe27f56da9789df4bbbe0354321a7441599ca (patch) | |
| tree | e8f2b60f2356037d518f588352067908ac4a7043 /src/selection.cpp | |
| parent | punctuation (diff) | |
| download | inkscape-7a8fe27f56da9789df4bbbe0354321a7441599ca.tar.gz inkscape-7a8fe27f56da9789df4bbbe0354321a7441599ca.zip | |
Warning cleanup
(bzr r3962)
Diffstat (limited to '')
| -rw-r--r-- | src/selection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.cpp b/src/selection.cpp index af5db825c..e4c628d9e 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -58,7 +58,7 @@ Selection::~Selection() { /* Handler for selected objects "modified" signal */ -void Selection::_schedule_modified(SPObject *obj, guint flags) { +void Selection::_schedule_modified(SPObject */*obj*/, guint flags) { if (!this->_idle) { /* Request handling to be run in _idle loop */ this->_idle = g_idle_add_full(SP_SELECTION_UPDATE_PRIORITY, GSourceFunc(&Selection::_emit_modified), this, NULL); |
