LCL: TLazCanvas cleanup of unused variables

git-svn-id: trunk@35221 -
This commit is contained in:
zeljko 2012-02-07 12:04:19 +00:00
parent 884f78a7c0
commit 0a251c34b1

View File

@ -592,8 +592,6 @@ procedure TLazCanvas.CanvasCopyRect(ASource: TLazCanvas; const ADestX, ADestY,
ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
var
x, y, CurDestX, CurDestY, CurSrcX, CurSrcY: Integer;
MaskValue, InvMaskValue: Word;
CurColor: TFPColor;
lDrawWidth, lDrawHeight: Integer;
lColor: TFPColor;
begin