aboutsummaryrefslogtreecommitdiffstats
path: root/src/replay_gain.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-11 15:55:34 +0100
committerMax Kellermann <max@duempel.org>2008-11-11 15:55:34 +0100
commite9c3497cd23055fd9730424a21068012d3a63236 (patch)
tree340b45ba46f9da49d9c39665e1fdcf74f8f5ad83 /src/replay_gain.c
parent114b3c1e78433ff3760a28641d6da3925ef8d3ce (diff)
downloadmpd-e9c3497cd23055fd9730424a21068012d3a63236.tar.gz
mpd-e9c3497cd23055fd9730424a21068012d3a63236.tar.xz
mpd-e9c3497cd23055fd9730424a21068012d3a63236.zip
replay_gain: removed superfluous author name comment
The author's name is already mentioned in the copyright declaration.
Diffstat (limited to '')
-rw-r--r--src/replay_gain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/replay_gain.c b/src/replay_gain.c
index b9b2fe276..d4f9f33ea 100644
--- a/src/replay_gain.c
+++ b/src/replay_gain.c
@@ -25,7 +25,6 @@
#include "audio_format.h"
#include "os_compat.h"
-/* Added 4/14/2004 by AliasMrJones */
int replay_gain_mode = REPLAY_GAIN_OFF;
static float replay_gain_preamp = 1.0;