mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Remove unused var.
This commit is contained in:
@@ -812,8 +812,6 @@ void DeviceToolBar::ChangeDevice(bool isInput)
|
||||
|
||||
void DeviceToolBar::OnChoice(wxCommandEvent &event)
|
||||
{
|
||||
int outputSelectionIndex;
|
||||
|
||||
wxObject *eventObject = event.GetEventObject();
|
||||
//if we've changed hosts, we've handled the device switching already.
|
||||
if (eventObject == mHost) {
|
||||
|
||||
Reference in New Issue
Block a user