mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02: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:
@@ -242,7 +242,6 @@ int OggImportFileHandle::Import(TrackFactory *trackFactory, Track ***outTracks,
|
||||
}
|
||||
|
||||
vorbis_info *vi = ov_info(mVorbisFile, i);
|
||||
vorbis_comment *vc = ov_comment(mVorbisFile, i);
|
||||
|
||||
mChannels[i] = new WaveTrack *[vi->channels];
|
||||
|
||||
|
Reference in New Issue
Block a user