mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -57,11 +57,11 @@ bool GetProjectInfoCommand::Apply(CommandExecutionContext context)
|
||||
}
|
||||
else if (mode.IsSameAs(wxT("FocusedTrackID")))
|
||||
{
|
||||
int FocusedTrackID = SendFocusedTrackIndex(context);
|
||||
SendFocusedTrackIndex(context);
|
||||
}
|
||||
else if (mode.IsSameAs(wxT("NumberOfTracks")))
|
||||
{
|
||||
int NumberOfTracks = SendNumberOfTracks(context);
|
||||
SendNumberOfTracks(context);
|
||||
}
|
||||
else if (mode.IsSameAs(wxT("SelectedTracks")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user