diff --git a/core/AmAudioFile.cpp b/core/AmAudioFile.cpp index 9d4d4e39..f9324ec1 100644 --- a/core/AmAudioFile.cpp +++ b/core/AmAudioFile.cpp @@ -309,7 +309,6 @@ int AmAudioFile::read(unsigned int user_ts, unsigned int size) unsigned int i; for(i=0;i<=size/2;i++) { - u_int16_t *tmp; ((u_int16_t *)((unsigned char*)samples))[i]=bswap_16(((u_int16_t *)((unsigned char*)samples))[i]); }