Code

Slightly more 'object-oriented' way to invoke item-specific conversion-to-guides...
[inkscape.git] / src / sp-rect.h
index 0133922e8a84e3ebce0a3f5552d6524629df23aa..4cf3b24ba07994d03559e3cd5f56251fc72c0284 100644 (file)
@@ -62,6 +62,4 @@ gdouble sp_rect_get_visible_height (SPRect *rect);
 
 void sp_rect_compensate_rxry (SPRect *rect, NR::Matrix xform);
 
-void sp_rect_convert_to_guides(SPRect *rect, bool write_undo = true);
-
 #endif