1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01:00

Fix some warnings for unused variables and labels...

... But not in cases where a return status is ignored.
This commit is contained in:
Paul Licameli
2016-09-18 10:59:50 -04:00
parent 54c993c4f5
commit 53936ac970
6 changed files with 10 additions and 10 deletions

View File

@@ -832,7 +832,7 @@ void ToolDock::Updated()
//
void ToolDock::OnGrabber( GrabberEvent & event )
{
auto pos = event.GetPosition();
// auto pos = event.GetPosition();
if (!event.IsEscaping()) {
ToolBar *t = mBars[ event.GetId() ];