summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/gtp_cas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/gtp_cas.c')
-rw-r--r--src/lib/formats/gtp_cas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/gtp_cas.c b/src/lib/formats/gtp_cas.c
index 7f786bf1ab6..47baa0aba7e 100644
--- a/src/lib/formats/gtp_cas.c
+++ b/src/lib/formats/gtp_cas.c
@@ -135,7 +135,6 @@ static int gtp_cas_fill_wave( INT16 *buffer, int length, UINT8 *bytes ) {
int block_size = bytes[n+2]*256 + bytes[n+1];
n+=5;
if (block_type==GTP_BLOCK_STANDARD) {
-
// Interblock pause
wave_data = WAVE_NULL;
gtp_output_wave(&buffer,INTERBLOCK_PAUSE);