From 10454ea42fefb0a4efe337c1ef54cd99a4e2001a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 16 Dec 2004 09:09:56 +0000 Subject: [PATCH] * src/print_graph.c (print_graph): Remove layoutalgorithm uses for real. --- ChangeLog | 5 +++++ src/print_graph.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11f6835a..2b2847d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-16 Akim Demaille + + * src/print_graph.c (print_graph): Remove layoutalgorithm uses for + real. + 2004-12-16 Akim Demaille Use #define to handle the %name-prefix. diff --git a/src/print_graph.c b/src/print_graph.c index 5923b7ce..34ffc6cc 100644 --- a/src/print_graph.c +++ b/src/print_graph.c @@ -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; -- 2.45.2