diff options
author | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-11 15:55:34 +0100 |
commit | e9c3497cd23055fd9730424a21068012d3a63236 (patch) | |
tree | 340b45ba46f9da49d9c39665e1fdcf74f8f5ad83 /src/replay_gain.c | |
parent | 114b3c1e78433ff3760a28641d6da3925ef8d3ce (diff) | |
download | mpd-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.c | 1 |
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; |