]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / tie.hh
index bd38bc58d67223e779a874741e873bf040f6f181..5b3706dafd0c2db68d675acbac348078b63d50d8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TIE_HH
@@ -24,13 +24,7 @@ public:
   static Grob *head (Grob *, Direction);
   static int get_column_rank (Grob *, Direction);
   static int get_position (Grob *);
-  static Direction get_default_dir (Grob *);
-
-#if 0
-  static void get_configuration (Grob *, Tie_configuration *,
-                                Tie_formatting_problem const &);
-#endif
-  
+  static Direction get_default_dir (Grob *);  
   static void set_control_points (Grob *, Grob *,
                                  Tie_configuration const&,
                                  Tie_details const&);