summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_draw.h')
-rw-r--r--src/c_fl_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_draw.h b/src/c_fl_draw.h
index 74c0d00..851386e 100644
--- a/src/c_fl_draw.h
+++ b/src/c_fl_draw.h
@@ -96,7 +96,7 @@ extern "C" void fl_draw_begin_polygon();
extern "C" void fl_draw_arc(double x, double y, double r, double start, double end);
extern "C" void fl_draw_arc2(int x, int y, int w, int h, double a1, double a2);
-extern "C" void fl_draw_chord(int x, int y, int w, int h, double a1, double a2);
+// extern "C" void fl_draw_chord(int x, int y, int w, int h, double a1, double a2);
extern "C" void fl_draw_circle(double x, double y, double r);
extern "C" void fl_draw_curve(double x0, double y0, double x1, double y1,
double x2, double y2, double x3, double y3);