Remove unused variables, unreachable returns.

This commit is contained in:
Glenn Maynard
2002-09-07 10:31:07 +00:00
parent b95f7be48c
commit 810b5f6e29
4 changed files with 3 additions and 18 deletions
-2
View File
@@ -70,8 +70,6 @@ void CroppedSprite::CropToSize( float fWidth, float fHeight )
(int)m_fCropWidth,
(int)m_fCropHeight )
);
float fFinalZoom = this->GetZoom();
// find which dimension is larger
bool bXDimNeedsToBeCropped = GetZoomedWidth() > m_fCropWidth+0.01;