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:
@@ -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() ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user