mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton
This commit is contained in:
@@ -51,7 +51,7 @@ enum eCommandType { CtEffect, CtMenu, CtSpecial };
|
||||
// TIDY-ME: Not currently translated,
|
||||
// but there are issues to address if we do.
|
||||
// CLEANSPEECH remnant
|
||||
wxString SpecialCommands[] = {
|
||||
static wxString SpecialCommands[] = {
|
||||
wxT("NoAction"),
|
||||
// wxT("Import"), // non-functioning
|
||||
wxT("ExportMP3_56k_before"),
|
||||
|
||||
Reference in New Issue
Block a user