Code

cleanup: Remove some commented-out code.
[inkscape.git] / src / splivarot.h
index ae83d22bbc52cd228737a1da7a765c2321a83a4a..4e73eac9f913ed20b943a45370f9c87e97287d70 100644 (file)
@@ -41,8 +41,9 @@ void sp_selected_path_outline ();
 // simplifies a path (removes small segments and the like)
 void sp_selected_path_simplify ();
 
-NR::Maybe<Path::cut_position> get_nearest_position_on_Path(SPItem *item, NR::Point p);
-NR::Point get_point_on_Path(SPItem *item, int piece, double t);
+Path *Path_for_item(SPItem *item, bool doTransformation, bool transformFull = true);
+NR::Maybe<Path::cut_position> get_nearest_position_on_Path(Path *path, NR::Point p);
+NR::Point get_point_on_Path(Path *path, int piece, double t);
 
 #endif