From bd9150236b68341541349a7129030c6cb73ea40f Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 14 Feb 2008 19:27:54 +0000 Subject: [PATCH] * Removed unused variable. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@723 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmAudioFile.cpp | 1 - 1 file changed, 1 deletion(-) 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]); }