From 712d45cc5fcf31f207f4e9b8b7c11ecf3ab08493 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:27:41 +0000 Subject: [PATCH] Removed more unused variables from contacteditor/frmContactEditor-Sound.cpp --- source/contacteditor/frmContactEditorSound.cpp | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.39.2