diff --git a/doc/helianthus-doc-ru.odt b/doc/helianthus-doc-ru.odt index 796b18c..58bad71 100644 Binary files a/doc/helianthus-doc-ru.odt and b/doc/helianthus-doc-ru.odt differ diff --git a/src/drawing.h b/src/drawing.h index 0ff496a..a3d7aaf 100644 --- a/src/drawing.h +++ b/src/drawing.h @@ -115,8 +115,6 @@ void line(double x1, double y1, double x2, double y2); void point(double x, double y); void regularPolygon(double x, double y, int sides, double size); -void drawAnimation(Animation animation, double x, double y, double width, double height); - void moveTo(double x, double y); void lineTo(double x, double y); void resetPath();