From abcd0cd508385848239660e4f6873b85982aad58 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 Nov 2007 08:00:40 +0000 Subject: warning cleanup (bzr r4012) --- src/draw-context.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/draw-context.cpp') diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 43e028aa5..649f13572 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -202,7 +202,7 @@ sp_draw_context_finish(SPEventContext *ec) } static void -sp_draw_context_set(SPEventContext *ec, const gchar *key, const gchar *value) +sp_draw_context_set(SPEventContext */*ec*/, const gchar */*key*/, const gchar */*value*/) { } @@ -256,7 +256,7 @@ spdc_selection_changed(Inkscape::Selection *sel, SPDrawContext *dc) /* fixme: We have to ensure this is not delayed (Lauris) */ static void -spdc_selection_modified(Inkscape::Selection *sel, guint flags, SPDrawContext *dc) +spdc_selection_modified(Inkscape::Selection *sel, guint /*flags*/, SPDrawContext *dc) { if (dc->attach) { spdc_attach_selection(dc, sel); @@ -264,7 +264,7 @@ spdc_selection_modified(Inkscape::Selection *sel, guint flags, SPDrawContext *dc } static void -spdc_attach_selection(SPDrawContext *dc, Inkscape::Selection *sel) +spdc_attach_selection(SPDrawContext *dc, Inkscape::Selection */*sel*/) { /* We reset white and forget white/start/end anchors */ spdc_reset_white(dc); -- cgit v1.2.3