From ca35e29a0fac6467e9a7adfd222925035080ed6e Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 11 Feb 2011 00:33:55 +0000 Subject: [PATCH] Remove unused var. --- src/toolbars/DeviceToolBar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/toolbars/DeviceToolBar.cpp b/src/toolbars/DeviceToolBar.cpp index 24b89b0bd..c26656a1d 100644 --- a/src/toolbars/DeviceToolBar.cpp +++ b/src/toolbars/DeviceToolBar.cpp @@ -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) {