]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove more obsolete comments.
authorErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 23:55:41 +0000 (00:55 +0100)
committerErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 23:55:41 +0000 (00:55 +0100)
flower/include/interval.hh

index 33e7c016304bef0903f2af10c719436faec2c166..045b10389e7df10655d5ac88b702d0ef540759d2 100644 (file)
@@ -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);