From 9a87f61e77d0f72bb6ea743af1e1f3563a8dc83c Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Sun, 30 Mar 2014 03:19:00 -0700 Subject: [PATCH] Removed some blank lines --- Frameworks/modplay/modplay/ft2play.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Frameworks/modplay/modplay/ft2play.c b/Frameworks/modplay/modplay/ft2play.c index 3a3961665..c04af2946 100644 --- a/Frameworks/modplay/modplay/ft2play.c +++ b/Frameworks/modplay/modplay/ft2play.c @@ -2967,7 +2967,6 @@ static inline void mix8b(PLAYER *p, uint32_t ch, uint32_t samples) if (p->voice[ch].panDeltaR >= 0.0f) { - if (p->voice[ch].panningR > p->voice[ch].targetPanR) p->voice[ch].panningR = p->voice[ch].targetPanR; } @@ -3148,7 +3147,6 @@ static inline void mix8bstereo(PLAYER *p, uint32_t ch, uint32_t samples) if (p->voice[ch].panDeltaR >= 0.0f) { - if (p->voice[ch].panningR > p->voice[ch].targetPanR) p->voice[ch].panningR = p->voice[ch].targetPanR; } @@ -3320,7 +3318,6 @@ static inline void mix16b(PLAYER *p, uint32_t ch, uint32_t samples) if (p->voice[ch].panDeltaR >= 0.0f) { - if (p->voice[ch].panningR > p->voice[ch].targetPanR) p->voice[ch].panningR = p->voice[ch].targetPanR; } @@ -3501,7 +3498,6 @@ static inline void mix16bstereo(PLAYER *p, uint32_t ch, uint32_t samples) if (p->voice[ch].panDeltaR >= 0.0f) { - if (p->voice[ch].panningR > p->voice[ch].targetPanR) p->voice[ch].panningR = p->voice[ch].targetPanR; }