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

ThomasFeher - Unused parameters clean up.

This commit is contained in:
James Crook
2016-09-11 20:30:06 +01:00
parent e8bf7a41eb
commit 65c7e8051a
25 changed files with 52 additions and 46 deletions

View File

@@ -385,7 +385,7 @@ bool Scrubber::MaybeStartScrubbing(wxCoord xx)
// ? ControlToolBar::PlayAppearance::Seek
// : ControlToolBar::PlayAppearance::Scrub;
ControlToolBar::PlayAppearance::Straight;
const bool cutPreview = false;
// const bool cutPreview = false;
const bool backwards = time1 < time0;
#ifdef EXPERIMENTAL_SCRUBBING_SCROLL_WHEEL
static const double maxScrubSpeedBase =
@@ -686,7 +686,7 @@ void Scrubber::OnActivateOrDeactivateApp(wxActivateEvent &event)
void Scrubber::Forwarder::OnMouse(wxMouseEvent &event)
{
auto ruler = scrubber.mProject->GetRulerPanel();
//auto ruler = scrubber.mProject->GetRulerPanel();
auto isScrubbing = scrubber.IsScrubbing();
if (isScrubbing && !event.HasAnyModifiers()) {
if(event.LeftDown() && scrubber.MayDragToSeek()) {