disable drawing of circular arc as it breaks linear kernel demos

This commit is contained in:
Andreas Fabri 2008-09-22 14:30:39 +00:00
parent 138cac3cea
commit c9e3b3416f
1 changed files with 2 additions and 1 deletions

View File

@ -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