X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorSound.cpp;h=6e77c686ecb8d61b0eeefff83e9182c781be6a28;hb=56eff3f03cf38a27161b3279318c474e0421111c;hp=bf3d21d8877d34281f93539811c81fabccbe552c;hpb=712d45cc5fcf31f207f4e9b8b7c11ecf3ab08493;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorSound.cpp b/source/contacteditor/frmContactEditorSound.cpp index bf3d21d..6e77c68 100644 --- a/source/contacteditor/frmContactEditorSound.cpp +++ b/source/contacteditor/frmContactEditorSound.cpp @@ -18,14 +18,6 @@ #include "frmContactEditorSound.h" -#include -#include -#include - -#include "../common/textprocessing.h" -#include "../common/base64.h" -#include "../common/mime.h" - frmContactEditorSound::frmContactEditorSound( wxWindow* parent ) : frmContactEditorSoundADT( parent ) @@ -81,7 +73,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);