mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-25 07:31:14 +01:00
make many functions which do not require access to class member variables static so they can be called without an object to do so with. Based on part of a patch by Campbell Barton
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
FILE *mNewFile;
|
||||
};
|
||||
|
||||
bool ConvertLegacyTrack(wxTextFile *f, XMLFileWriter &xmlFile)
|
||||
static bool ConvertLegacyTrack(wxTextFile *f, XMLFileWriter &xmlFile)
|
||||
{
|
||||
wxString line;
|
||||
wxString kind;
|
||||
|
||||
Reference in New Issue
Block a user