X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fdirection.hh;h=f3b31e3811a7c5245c294cbd72322b9dc3cd184d;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=97c0f6d79bb59ee9f790c250a71f66c120df3a99;hpb=af60e9b57f205a3c2e044ac8db351b42ef3e26ad;p=lilypond.git diff --git a/flower/include/direction.hh b/flower/include/direction.hh index 97c0f6d79b..f3b31e3811 100644 --- a/flower/include/direction.hh +++ b/flower/include/direction.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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