X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Finterval.hh;h=045b10389e7df10655d5ac88b702d0ef540759d2;hb=f436cbf790e4a6100bf2b21e4fb2ff9f3dfcc3cf;hp=33e7c016304bef0903f2af10c719436faec2c166;hpb=3ee551fa4f2a2c3736a06f9f85f29b9f7bd89818;p=lilypond.git diff --git a/flower/include/interval.hh b/flower/include/interval.hh index 33e7c01630..045b10389e 100644 --- a/flower/include/interval.hh +++ b/flower/include/interval.hh @@ -59,9 +59,6 @@ struct Interval_t : public Drul_array void set_empty (); void set_full (); - /* - TODO: strip hungarian suffix. - */ bool is_empty () const { return at (LEFT) > at (RIGHT);