]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rod.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / rod.hh
index 163ae847d5d37750ff5aab051cf0f5adcd0b6146..7bf58538de710522aef052db0f4110216d7f0d36 100644 (file)
@@ -17,13 +17,8 @@ struct Rod
   Drul_array<Item *> item_drul_;
   Real distance_;
 
-  /**
-     translate the rod so as to refer to Paper_columns
-  */
   void columnize ();
-
   void add_to_cols ();
-
   Rod ();
 };