summaryrefslogtreecommitdiff
path: root/src/fl_curve.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-03-21 08:26:40 +0000
committerManolo Gouy <Manolo>2010-03-21 08:26:40 +0000
commitc5d7f42a2297f3eb4edec61ced79057bedbbb8b9 (patch)
tree76938078ec42c45de06a6913c9f5cdeec7da6765 /src/fl_curve.cxx
parenta8c583a49e50a366b6f9d1021217d907bd168414 (diff)
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
Diffstat (limited to 'src/fl_curve.cxx')
-rw-r--r--src/fl_curve.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx
index c6663a739..d9406787e 100644
--- a/src/fl_curve.cxx
+++ b/src/fl_curve.cxx
@@ -38,14 +38,6 @@
#include <FL/fl_draw.H>
#include <math.h>
-/**
- Add a series of points on a Bezier curve to the path.
- The curve ends (and two of the points) are at X0,Y0 and X3,Y3.
- \param[in] X0,Y0 curve start point
- \param[in] X1,Y1 curve control point
- \param[in] X2,Y2 curve control point
- \param[in] X3,Y3 curve end point
-*/
void Fl_Device::curve(double X0, double Y0,
double X1, double Y1,
double X2, double Y2,