X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorSound.cpp;h=795e97ab4e6c0dc7d09bba5e1a4fbe93aab6ce2b;hb=65e83a58c7d3e09a83f77eb897df3b73f1bae4f8;hp=bf3d21d8877d34281f93539811c81fabccbe552c;hpb=712d45cc5fcf31f207f4e9b8b7c11ecf3ab08493;p=xestiaab%2F.git 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);