mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:20:19 +02:00
LCL: TLazCanvas cleanup of unused variables
git-svn-id: trunk@35221 -
This commit is contained in:
parent
884f78a7c0
commit
0a251c34b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user