changeset 1035:06ca2c6283f4 trunk

[svn] - remove comment
author nenolod
date Sat, 13 May 2006 11:20:11 -0700
parents 03712a532f1c
children 976a54334538
files audacious/mainwin.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/mainwin.c	Sat May 13 03:58:16 2006 -0700
+++ b/audacious/mainwin.c	Sat May 13 11:20:11 2006 -0700
@@ -896,7 +896,6 @@
     {
         if (bitrate != -1)
             g_snprintf(text, 512, "%d kbps, %0.1f kHz, %s",
-            //bitrate < 1000 ? bitrate : bitrate / 100,
             bitrate,
             (gfloat) frequency / 1000,
             (n_channels > 1) ? _("stereo") : _("mono"));