summaryrefslogtreecommitdiff
path: root/src/c_fl_draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_draw.cpp')
-rw-r--r--src/c_fl_draw.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/c_fl_draw.cpp b/src/c_fl_draw.cpp
index 4c63f77..5021cd9 100644
--- a/src/c_fl_draw.cpp
+++ b/src/c_fl_draw.cpp
@@ -318,9 +318,11 @@ void fl_draw_arc2(int x, int y, int w, int h, double a1, double a2) {
fl_arc(x, y, w, h, a1, a2);
}
-void fl_draw_chord(int x, int y, int w, int h, double a1, double a2) {
- fl_chord(x, y, w, h, a1, a2);
-}
+// function does not yet exist
+// void fl_draw_chord(int x, int y, int w, int h, double a1, double a2) {
+// function does not yet exist
+// fl_chord(x, y, w, h, a1, a2);
+// }
void fl_draw_circle(double x, double y, double r) {
fl_circle(x, y, r);