summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d93d600)
raw | patch | inline | side by side (parent: d93d600)
author | joncruz <joncruz@users.sourceforge.net> | |
Thu, 6 Dec 2007 05:43:12 +0000 (05:43 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Thu, 6 Dec 2007 05:43:12 +0000 (05:43 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 0557c8f3d163a5478ab2d4d49eae85c25e8f1f6d..d92e7e7a64db4a3c0659986e93821b1764dd045a 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
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) );
}