1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00

Remove unused variable

This commit is contained in:
BusinessmanProgrammerSteve 2010-08-07 09:51:44 +00:00
parent cfd4906d48
commit 56adffdce6

View File

@ -864,8 +864,6 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
for (int c = 0; c < recordingChannels; c++) {
WaveTrack *newTrack = p->GetTrackFactory()->NewWaveTrack();
int initialheight = newTrack->GetHeight();
newTrack->SetOffset(t0);
if (recordingChannels > 2)