mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
ThomasFeher - Unused parameters clean up.
This commit is contained in:
@@ -444,7 +444,7 @@ void ControlToolBar::EnableDisableButtons()
|
||||
mRewind->SetEnabled(!playing && !recording);
|
||||
mFF->SetEnabled(tracks && !playing && !recording);
|
||||
|
||||
auto pProject = GetActiveProject();
|
||||
//auto pProject = GetActiveProject();
|
||||
mPause->SetEnabled(CanStopAudioStream());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user