1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 14:35:32 +01:00

Delete a quantity of unused variables, based on a patch supplied by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com
2013-09-12 16:48:55 +00:00
parent c5f386da80
commit 2952017541
7 changed files with 4 additions and 24 deletions

View File

@@ -74,7 +74,6 @@ void AttachableScrollBar::SetViewInfoFromScrollBar()
ViewInfo & mViewInfo = *mpViewInfo;
int hlast = mViewInfo.sbarH;
int hoffset = 0;
mViewInfo.sbarH = GetThumbPosition();
@@ -85,7 +84,6 @@ void AttachableScrollBar::SetViewInfoFromScrollBar()
mViewInfo.h = mViewInfo.total - mViewInfo.screen;
if (mViewInfo.h < 0.0)
mViewInfo.h = 0.0;
hoffset = (mViewInfo.sbarH - hlast);
}
}