From 3344ded94813be90d2181ab0c1fe69bb2352c05b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 18 Mar 2016 12:36:14 +0000 Subject: [PATCH] Removed flen from frmContactEditorSound::ProcessData() --- source/contacteditor/frmContactEditorSound.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/contacteditor/frmContactEditorSound.cpp b/source/contacteditor/frmContactEditorSound.cpp index bf3d21d..795e97a 100644 --- a/source/contacteditor/frmContactEditorSound.cpp +++ b/source/contacteditor/frmContactEditorSound.cpp @@ -81,7 +81,6 @@ void frmContactEditorSound::ProcessData( wxCommandEvent& event ) len = AudioFile.Length(); unsigned char* AudioFileData = new unsigned char[len]; - flen = AudioFile.Read(AudioFileData, (size_t)len); wxSAudioMIMEType = GetMIME(wxSAudioFilename); -- 2.39.2