summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-12-06 05:43:12 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-12-06 05:43:12 +0000
commitdfdb9e47c0cc9c3708d2ea543e4153aeb6f30b74 (patch)
tree1f46672c309f73ee07963f7da632a1c665f3572e /src/widgets/toolbox.cpp
parentspeed up keyboard scale and rotation too (diff)
downloadinkscape-dfdb9e47c0cc9c3708d2ea543e4153aeb6f30b74.tar.gz
inkscape-dfdb9e47c0cc9c3708d2ea543e4153aeb6f30b74.zip
Warning cleanup
(bzr r4183)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 0557c8f3d..d92e7e7a6 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -848,8 +848,7 @@ static void toggle_show_handles (GtkToggleAction *act, gpointer /*data*/) {
if (shape_editor) shape_editor->show_handles(show);
}
-void
-sp_node_path_edit_nextLPEparam (GtkAction *act, gpointer data) {
+void sp_node_path_edit_nextLPEparam (GtkAction */*act*/, gpointer data) {
sp_selection_next_patheffect_param( reinterpret_cast<SPDesktop*>(data) );
}