]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
release: 1.3.69
[lilypond.git] / lily / include / spring.hh
index d4e2e94c3a8cc6a82480d1d754004c5dad45facb..4a49085e80d11cac515c1267dd80996aae59b14d 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,8 +19,6 @@ struct Column_spring {
   Real strength_f_;
   
   Column_spring ();
-  static int compare (const Column_spring &r1, const Column_spring &r2);
-  void print () const;
 };
 
 struct Spring{