1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Changes from Richard to remove the remains of UploadDialog, which was deemed to be a hazard. + a change for Win.

This commit is contained in:
martynshaw99
2013-12-12 00:46:03 +00:00
parent e4f9578d3b
commit 8de5487284
9 changed files with 78 additions and 1794 deletions

View File

@@ -13,7 +13,6 @@
#include <wx/object.h>
#include <wx/wfstream.h>
#include <wx/protocol/ftp.h>
class FileIO
{
@@ -43,8 +42,6 @@ class FileIO
private:
wxString mName;
FileIOMode mMode;
wxURI mUri;
wxFTP *mFtp;
wxInputStream *mInputStream;
wxOutputStream *mOutputStream;
bool mOpen;