1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Remove unused var.

This commit is contained in:
v.audacity 2011-02-11 00:33:55 +00:00
parent 73b7d4dba3
commit ca35e29a0f

View File

@ -812,8 +812,6 @@ void DeviceToolBar::ChangeDevice(bool isInput)
void DeviceToolBar::OnChoice(wxCommandEvent &event) void DeviceToolBar::OnChoice(wxCommandEvent &event)
{ {
int outputSelectionIndex;
wxObject *eventObject = event.GetEventObject(); wxObject *eventObject = event.GetEventObject();
//if we've changed hosts, we've handled the device switching already. //if we've changed hosts, we've handled the device switching already.
if (eventObject == mHost) { if (eventObject == mHost) {