Code

comment fix
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 25 Feb 2008 09:27:10 +0000 (09:27 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 25 Feb 2008 09:27:10 +0000 (09:27 +0000)
src/sp-shape.cpp

index d1f6d78867e73b04750b26bb68e15b97d3402ba0..e990fdf8e9fca402524ca1f4daac39b6b9d00956 100644 (file)
@@ -1082,7 +1082,9 @@ sp_shape_get_curve (SPShape *shape)
        return NULL;
 }
 
-/* NOT FOR GENERAL PUBLIC UNTIL SORTED OUT (Lauris) */
+/**
+ * Same as sp_shape_set_curve but without updating the display
+ */
 void
 sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int owner)
 {