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;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
PainterOstream& operator<<(const Circular_arc_2<K>& arc)
|
PainterOstream& operator<<(const Circular_arc_2<K>& arc)
|
||||||
{
|
{
|
||||||
const typename K::Circle_2 & circ = arc.supporting_circle();
|
const typename K::Circle_2 & circ = arc.supporting_circle();
|
||||||
|
|
@ -117,7 +118,7 @@ public:
|
||||||
(int)(alen2 * diff));
|
(int)(alen2 * diff));
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Qt
|
} // namespace Qt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue