mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 22:51:11 +02: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