summaryrefslogtreecommitdiffstats
path: root/src/mesh-context.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-10-27 19:57:50 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-10-27 19:57:50 +0000
commit4aa096a5a8537b6e28c4502d817e546b8b7fdd9b (patch)
tree37473619b5368e19d079f2675f575bdbfbbfe93f /src/mesh-context.cpp
parentfix warning and add comments about fixing code (diff)
downloadinkscape-4aa096a5a8537b6e28c4502d817e546b8b7fdd9b.tar.gz
inkscape-4aa096a5a8537b6e28c4502d817e546b8b7fdd9b.zip
"fix" some "unused parameter" warnings
(bzr r12736)
Diffstat (limited to 'src/mesh-context.cpp')
-rw-r--r--src/mesh-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh-context.cpp b/src/mesh-context.cpp
index ecd847fa4..142c3d2b1 100644
--- a/src/mesh-context.cpp
+++ b/src/mesh-context.cpp
@@ -104,7 +104,7 @@ const gchar *ms_handle_descr [] = {
N_("Mesh gradient <b>tensor</b>")
};
-void SPMeshContext::selection_changed(Inkscape::Selection* sel) {
+void SPMeshContext::selection_changed(Inkscape::Selection* /*sel*/) {
GrDrag *drag = this->_grdrag;
Inkscape::Selection *selection = sp_desktop_selection(this->desktop);