From: joncruz Date: Thu, 6 Dec 2007 05:43:12 +0000 (+0000) Subject: Warning cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e77ab7dd8496d91072cc9df0f0c90d95ca803868;p=inkscape.git Warning cleanup --- 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) ); }