mirror of https://github.com/CGAL/cgal
disable drawing of circular arc as it breaks linear kernel demos
This commit is contained in:
parent
138cac3cea
commit
c9e3b3416f
|
|
@ -86,6 +86,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
#if 0
|
||||
PainterOstream& operator<<(const Circular_arc_2<K>& arc)
|
||||
{
|
||||
const typename K::Circle_2 & circ = arc.supporting_circle();
|
||||
|
|
@ -117,7 +118,7 @@ public:
|
|||
(int)(alen2 * diff));
|
||||
return *this;
|
||||
}
|
||||
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace Qt
|
||||
|
|
|
|||
Loading…
Reference in New Issue