VCG no longer supports long_straight_phase.

* src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
* src/print_graph.c (print_graph): Adjust.
This commit is contained in:
Akim Demaille
2003-10-01 07:46:41 +00:00
parent 92f5e991da
commit fc8f296538
4 changed files with 28 additions and 35 deletions

View File

@@ -212,7 +212,6 @@ print_graph (void)
static_graph.port_sharing = no;
static_graph.finetuning = yes;
static_graph.long_straight_phase = yes;
static_graph.priority_phase = yes;
static_graph.splines = yes;