mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-20 05:07:53 +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:
@@ -42,7 +42,7 @@
|
||||
|
||||
WX_DECLARE_STRING_HASH_MAP(wxString, LangHash);
|
||||
|
||||
bool TranslationExists(wxArrayString &audacityPathList, wxString code)
|
||||
static bool TranslationExists(wxArrayString &audacityPathList, wxString code)
|
||||
{
|
||||
wxArrayString results;
|
||||
wxGetApp().FindFilesInPathList(wxString::Format(wxT("%s/audacity.mo"),
|
||||
|
||||
Reference in New Issue
Block a user