summaryrefslogtreecommitdiff
path: root/src/fl_arc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_arc.cxx')
-rw-r--r--src/fl_arc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx
index 3895ca50a..a37e24ff8 100644
--- a/src/fl_arc.cxx
+++ b/src/fl_arc.cxx
@@ -71,12 +71,6 @@ void Fl_Graphics_Driver::arc(double x, double y, double r, double start, double
}
}
-#if 0 // portable version. X-specific one in fl_vertex.cxx
-void fl_circle(double x,double y,double r) {
- _fl_arc(x, y, r, r, 0, 360);
-}
-#endif
-
//
// End of "$Id$".
//