diff options
Diffstat (limited to 'src/fl_arc.cxx')
| -rw-r--r-- | src/fl_arc.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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: |
