]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / flower / include / interval.hh
index 33e7c016304bef0903f2af10c719436faec2c166..a38c14b0fcf3fde52850e3a006f5485130444ffc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   interval.hh -- part of flowerlib
 
-  (c) 1996--2007 Han-Wen Nienhuys
+  (c) 1996--2009 Han-Wen Nienhuys
 */
 
 #ifndef INTERVAL_HH
@@ -59,9 +59,6 @@ struct Interval_t : public Drul_array<T>
   void set_empty ();
   void set_full ();
 
-  /*
-    TODO: strip hungarian suffix.
-  */
   bool is_empty () const
   {
     return at (LEFT) > at (RIGHT);