From e77ab7dd8496d91072cc9df0f0c90d95ca803868 Mon Sep 17 00:00:00 2001 From: joncruz Date: Thu, 6 Dec 2007 05:43:12 +0000 Subject: [PATCH] Warning cleanup --- src/widgets/toolbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 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(data) ); } -- 2.30.2