1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 08:10:11 +01:00

Revert "Needed to compile Pokechu22's fix-midi-output on Mac"

This reverts commit 5badb9174a.
This commit is contained in:
Paul Licameli
2017-03-27 23:40:10 -04:00
parent 5badb9174a
commit 9dadc5af6d

View File

@@ -340,7 +340,7 @@ MixerTrackCluster::MixerTrackCluster(wxWindow* parent,
wxSizeEvent event(GetSize(), GetId());
event.SetEventObject(this);
GetEventHandler()->ProcessEvent(event);
// UpdateGain(); // PRL: No such name. Proper compilation fix?
UpdateGain();
#endif
}