diff options
author | Max Kellermann <max@duempel.org> | 2013-10-30 16:45:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-30 16:45:02 +0100 |
commit | a21edddf277458cbff816dcbfced3a849f380f17 (patch) | |
tree | 75a9c48e9dc9147b58e2db757873f4e528a1bac4 | |
parent | a88c23b6e8a832ce4c20eac12731dc238da31d94 (diff) | |
download | mpd-a21edddf277458cbff816dcbfced3a849f380f17.tar.gz mpd-a21edddf277458cbff816dcbfced3a849f380f17.tar.xz mpd-a21edddf277458cbff816dcbfced3a849f380f17.zip |
CrossFade: remove obsolete API documentation
Diffstat (limited to '')
-rw-r--r-- | src/CrossFade.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CrossFade.hxx b/src/CrossFade.hxx index 3bc1f707a..eb81ae152 100644 --- a/src/CrossFade.hxx +++ b/src/CrossFade.hxx @@ -49,10 +49,7 @@ struct CrossFadeSettings { /** * Calculate how many music pipe chunks should be used for crossfading. * - * @param duration the requested crossfade duration * @param total_time total_time the duration of the new song - * @param mixramp_db the current mixramp_db setting - * @param mixramp_delay the current mixramp_delay setting * @param replay_gain_db the ReplayGain adjustment used for this song * @param replay_gain_prev_db the ReplayGain adjustment used on the last song * @param mixramp_start the next songs mixramp_start tag |