diff --git a/GraphicsView/include/CGAL/Qt/PainterOstream.h b/GraphicsView/include/CGAL/Qt/PainterOstream.h index ff52f2a4f7f..6454862ba36 100644 --- a/GraphicsView/include/CGAL/Qt/PainterOstream.h +++ b/GraphicsView/include/CGAL/Qt/PainterOstream.h @@ -86,6 +86,7 @@ public: return *this; } +#if 0 PainterOstream& operator<<(const Circular_arc_2& arc) { const typename K::Circle_2 & circ = arc.supporting_circle(); @@ -117,7 +118,7 @@ public: (int)(alen2 * diff)); return *this; } - +#endif }; } // namespace Qt