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