Index: libmpcdec/branches/zorg/include/mpcdec/mpcdec.h
===================================================================
--- libmpcdec/branches/zorg/include/mpcdec/mpcdec.h	(revision 104)
+++ libmpcdec/branches/zorg/include/mpcdec/mpcdec.h	(revision 107)
@@ -58,6 +58,4 @@
 typedef struct mpc_frame_info_t {
 	mpc_uint32_t samples;	// number of samples in the frame
-	mpc_uint32_t sample_freq;	// frame sample frequency
-	mpc_uint8_t channels;	// number of channels
 	MPC_SAMPLE_FORMAT * buffer;	// frame samples buffer (size = samples * channels * sizeof(MPC_SAMPLE_FORMAT)
 } mpc_frame_info;
