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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user