1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Remove unnecessary initializers for empty wxString

This commit is contained in:
Paul Licameli
2019-03-15 14:41:21 -04:00
parent 135c2a71ce
commit 06b3b42794
24 changed files with 32 additions and 45 deletions

View File

@@ -450,7 +450,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
// create a html pane in it to put the content in.
wxString enabled = _("Enabled");
wxString disabled = _("Disabled");
wxString blank = wxT("");
wxString blank;
/* this builds up the list of information to go in the window in the string
* informationStr */