mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 09:36:24 +01:00
Reverting an accidentally commited change to workaround a compile error.
This commit is contained in:
@@ -1369,7 +1369,7 @@ ProgressDialog::Beep()
|
||||
wxSound s;
|
||||
|
||||
if (name.IsEmpty()) {
|
||||
//s.Create(sizeof(beep), beep);
|
||||
s.Create(sizeof(beep), beep);
|
||||
}
|
||||
else {
|
||||
s.Create(name);
|
||||
|
||||
Reference in New Issue
Block a user