From c5d7f42a2297f3eb4edec61ced79057bedbbb8b9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 21 Mar 2010 08:26:40 +0000 Subject: Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7310 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_arc.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/fl_arc.cxx') diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 6b0cb13ea..0ee4269a4 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -43,14 +43,6 @@ static double _fl_hypot(double x, double y) { return sqrt(x*x + y*y); } -/** - Add a series of points to the current path on the arc of a circle; you - can get elliptical paths by using scale and rotate before calling fl_arc(). - \param[in] x,y,r center and radius of circular arc - \param[in] start,end angles of start and end of arc measured in degrees - counter-clockwise from 3 o'clock. If \p end is less than \p start - then it draws the arc in a clockwise direction. -*/ void Fl_Device::arc(double x, double y, double r, double start, double end) { // draw start point accurately: -- cgit v1.2.3