mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Remove unused variable
This commit is contained in:
parent
cfd4906d48
commit
56adffdce6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user