Code

cleanup unused methods in spcurve
[inkscape.git] / src / path-chemistry.h
index 41187bbe19a6fda718a96360f5a1fa97c42f246c..a715833d052d2085a06623454169ae95fdfeace8 100644 (file)
@@ -17,8 +17,8 @@
 
 void sp_selected_path_combine (void);
 void sp_selected_path_break_apart (void);
-void sp_selected_path_to_curves (void);
-
+void sp_selected_path_to_curves (bool interactive = true);
+Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
 void sp_selected_path_reverse ();
 
 #endif