Code

Warning cleanup
authorjoncruz <joncruz@users.sourceforge.net>
Thu, 6 Dec 2007 05:43:12 +0000 (05:43 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Thu, 6 Dec 2007 05:43:12 +0000 (05:43 +0000)
src/widgets/toolbox.cpp

index 0557c8f3d163a5478ab2d4d49eae85c25e8f1f6d..d92e7e7a64db4a3c0659986e93821b1764dd045a 100644 (file)
@@ -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) );
 }