mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
Remove unused variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user