Index: /libmpc/trunk/libmpcdec/mpc_decoder.c
===================================================================
--- /libmpc/trunk/libmpcdec/mpc_decoder.c	(revision 489)
+++ /libmpc/trunk/libmpcdec/mpc_decoder.c	(revision 490)
@@ -439,7 +439,4 @@
     }
 
-//     if (d->seeking == TRUE)
-//         return;
-
     /***************************** Samples ****************************/
     for ( n = 0; n < Max_used_Band; n++ ) {
@@ -515,4 +512,5 @@
 		if (Max_used_Band > 32) Max_used_Band -= 33;
 	}
+
 	d->last_max_band = Max_used_Band;
 
