mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +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++) {
|
for (int c = 0; c < recordingChannels; c++) {
|
||||||
WaveTrack *newTrack = p->GetTrackFactory()->NewWaveTrack();
|
WaveTrack *newTrack = p->GetTrackFactory()->NewWaveTrack();
|
||||||
|
|
||||||
int initialheight = newTrack->GetHeight();
|
|
||||||
|
|
||||||
newTrack->SetOffset(t0);
|
newTrack->SetOffset(t0);
|
||||||
|
|
||||||
if (recordingChannels > 2)
|
if (recordingChannels > 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user