mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 08:15:54 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -131,12 +131,12 @@ void LyricsWindow::OnCloseWindow(wxCloseEvent & WXUNUSED(event))
|
||||
this->Hide();
|
||||
}
|
||||
|
||||
void LyricsWindow::OnStyle_BouncingBall(wxCommandEvent &evt)
|
||||
void LyricsWindow::OnStyle_BouncingBall(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
mLyricsPanel->SetLyricsStyle(Lyrics::kBouncingBallLyrics);
|
||||
}
|
||||
|
||||
void LyricsWindow::OnStyle_Highlight(wxCommandEvent &evt)
|
||||
void LyricsWindow::OnStyle_Highlight(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
mLyricsPanel->SetLyricsStyle(Lyrics::kHighlightLyrics);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user