* src/print_graph.c (print_graph): Remove layoutalgorithm uses for

real.
This commit is contained in:
Akim Demaille
2004-12-16 09:09:56 +00:00
parent c5b95ccf6b
commit 10454ea42f
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2004-12-16 Akim Demaille <akim@epita.fr>
* src/print_graph.c (print_graph): Remove layoutalgorithm uses for
real.
2004-12-16 Akim Demaille <akim@epita.fr>
Use #define to handle the %name-prefix.

View File

@@ -202,13 +202,7 @@ print_graph (void)
new_graph (&static_graph);
#if 0
static_graph.smanhattan_edges = yes;
static_graph.manhattan_edges = yes;
#endif
static_graph.display_edge_labels = yes;
static_graph.layoutalgorithm = normal;
static_graph.port_sharing = no;
static_graph.finetuning = yes;