diff options
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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); |
