1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 00:45:53 +01:00

Fix warnings for unused variables and functions

This commit is contained in:
Paul Licameli
2016-02-26 14:41:17 -05:00
parent 9f6192a442
commit 60bcd7aea2
22 changed files with 44 additions and 8 deletions

View File

@@ -237,6 +237,11 @@ Meter::Meter(AudacityProject *project,
mIcon(NULL),
mAccSilent(false)
{
// Suppress warnings about the header file
wxUnusedVar(SpeakerMenu_xpm);
wxUnusedVar(MicMenu_xpm);
wxUnusedVar(PrefStyles);
mStyle = mDesiredStyle;
mIsFocused = false;