X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fdirection.hh;h=dcb794eea169f5225d6a97ac63b4050c8e73c96e;hb=f0fe9c843e926066299c1f9a33004649f42e1f24;hp=97c0f6d79bb59ee9f790c250a71f66c120df3a99;hpb=46e296f5381495ce30108aa981e549d61e55a009;p=lilypond.git diff --git a/flower/include/direction.hh b/flower/include/direction.hh index 97c0f6d79b..dcb794eea1 100644 --- a/flower/include/direction.hh +++ b/flower/include/direction.hh @@ -80,7 +80,6 @@ flip (Direction *i) #define LEFT_and_RIGHT(d) \ Direction d = LEFT; d != CENTER; d = (d == LEFT ? RIGHT : CENTER) - /** if d > 0: the max operator if d < 0: the min operator