From dfdb9e47c0cc9c3708d2ea543e4153aeb6f30b74 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Thu, 6 Dec 2007 05:43:12 +0000 Subject: Warning cleanup (bzr r4183) --- src/widgets/toolbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/widgets/toolbox.cpp') 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(data) ); } -- cgit v1.2.3