mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Remove unnecessary initializers for empty wxString
This commit is contained in:
@@ -332,7 +332,7 @@ void OnExportMIDI(const CommandContext &context)
|
||||
|
||||
while(true) {
|
||||
|
||||
wxString fName = wxT("");
|
||||
wxString fName;
|
||||
|
||||
fName = FileNames::SelectFile(FileNames::Operation::Export,
|
||||
_("Export MIDI As:"),
|
||||
|
Reference in New Issue
Block a user