mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-11 08:56:03 +01:00
Clean up some dead code and MSVC warnings.
- Dead code from experiments in SelectionBar removed. - Many warnings about unused parameters fixed with WXUNUSED() - Many warnings about signed / unsigned comparisons cleaned up. - Several 'local variable declared but not used' warnings fixed.
This commit is contained in:
@@ -384,7 +384,7 @@ void KeyConfigPrefs::OnExport(wxCommandEvent & WXUNUSED(event))
|
||||
|
||||
// There currently is only one clickable AButton
|
||||
// so we just do what it needs.
|
||||
void KeyConfigPrefs::OnDefaults(wxCommandEvent & event)
|
||||
void KeyConfigPrefs::OnDefaults(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
wxMenu Menu;
|
||||
Menu.Append( 1, _("Standard") );
|
||||
|
||||
Reference in New Issue
Block a user