summaryrefslogtreecommitdiff
path: root/src/fl_arc.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-23 20:22:50 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-23 20:22:50 +0000
commitde12eddb59bea9ba529230d14cccf3dbef5518e4 (patch)
tree6c19dcb3d9c5ff7a8ad3cfb2db4ff31f87217e0e /src/fl_arc.cxx
parent1bb1e0f42e7bbcdaa7a4560940c2cd590fc954cf (diff)
Added OpenGL implementation of fl_vertex calls. Compiling and linking, but functionality untested.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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$".
//