summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2014-11-01 20:47:00 +0000
committerJon A. Cruz <jon@joncruz.org>2014-11-01 20:47:00 +0000
commit1784329fa3ac4a56944fe03a3b439c4fcd31dea1 (patch)
tree7b63749159f8ff2d86d6dac560525350373a88b6 /src/ui/dialog/objects.cpp
parentFix make distcheck (diff)
downloadinkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.tar.gz
inkscape-1784329fa3ac4a56944fe03a3b439c4fcd31dea1.zip
Warning cleanup.
(bzr r13653)
Diffstat (limited to 'src/ui/dialog/objects.cpp')
-rw-r--r--src/ui/dialog/objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/objects.cpp b/src/ui/dialog/objects.cpp
index 93d5dfbd5..c95529a56 100644
--- a/src/ui/dialog/objects.cpp
+++ b/src/ui/dialog/objects.cpp
@@ -988,7 +988,7 @@ void ObjectsPanel::_storeHighlightTarget(const Gtk::TreeModel::iterator& iter)
/*
* Drap and drop within the tree
*/
-bool ObjectsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time)
+bool ObjectsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/)
{
int cell_x = 0, cell_y = 0;
Gtk::TreeModel::Path target_path;