From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:27:41 +0000 (+0000) Subject: Removed more unused variables from contacteditor/frmContactEditor-Sound.cpp X-Git-Tag: release-0.11~43 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=712d45cc5fcf31f207f4e9b8b7c11ecf3ab08493 Removed more unused variables from contacteditor/frmContactEditor-Sound.cpp --- diff --git a/source/contacteditor/frmContactEditorSound.cpp b/source/contacteditor/frmContactEditorSound.cpp index cad57b3..bf3d21d 100644 --- a/source/contacteditor/frmContactEditorSound.cpp +++ b/source/contacteditor/frmContactEditorSound.cpp @@ -78,7 +78,6 @@ void frmContactEditorSound::ProcessData( wxCommandEvent& event ) if (AudioFile.Open(wxSAudioFilename, wxFile::read)){ - ssize_t flen; len = AudioFile.Length(); unsigned char* AudioFileData = new unsigned char[len];