summaryrefslogtreecommitdiff
path: root/src/player.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-07-14 18:41:40 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-07-14 18:41:40 +0200
commite1d27d4036b249b3d860d62d41322bc40071e05b (patch)
tree951589f6c5ea3b247aae3cedaa514e6331ca9e1f /src/player.c
parent235dcb00e742388caf76c130b68f0de999de2bd5 (diff)
downloadpianobar-e1d27d4036b249b3d860d62d41322bc40071e05b.tar.gz
pianobar-e1d27d4036b249b3d860d62d41322bc40071e05b.tar.bz2
pianobar-e1d27d4036b249b3d860d62d41322bc40071e05b.zip
Forgot to remove #define in last commit
Diffstat (limited to 'src/player.c')
-rw-r--r--src/player.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player.c b/src/player.c
index fd56b0a..f983308 100644
--- a/src/player.c
+++ b/src/player.c
@@ -49,9 +49,6 @@ THE SOFTWARE.
* a "nice" integer */
#define RG_SCALE_FACTOR 100
-/* FIXME: Hardcoded bitrate (kbit/s) */
-#define MP3_BITRATE 128
-
/* compute replaygain scale factor
* algo taken from here: http://www.dsprelated.com/showmessage/29246/1.php
* mpd does the same