From 7a8fe27f56da9789df4bbbe0354321a7441599ca Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 26 Oct 2007 05:43:30 +0000 Subject: Warning cleanup (bzr r3962) --- src/selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection.cpp') 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); -- cgit v1.2.3