* src/print_graph.c (print_graph): Remove layoutalgorithm uses for
authorAkim Demaille <akim@epita.fr>
Thu, 16 Dec 2004 09:09:56 +0000 (09:09 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 16 Dec 2004 09:09:56 +0000 (09:09 +0000)
real.

ChangeLog
src/print_graph.c

index 11f6835..2b2847d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
        * data/glr.c, data/yacc.c: Comment changes.
index 5923b7c..34ffc6c 100644 (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;