mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 19:00:27 +02:00
LCL: cleanup, unused Member
git-svn-id: trunk@21081 -
This commit is contained in:
parent
71222456a4
commit
2f8fc1ed97
@ -844,7 +844,6 @@ type
|
|||||||
FActiveCustomForm: TCustomForm;
|
FActiveCustomForm: TCustomForm;
|
||||||
FActiveForm: TForm;
|
FActiveForm: TForm;
|
||||||
FCursor: TCursor;
|
FCursor: TCursor;
|
||||||
FCursorCount: integer;
|
|
||||||
FCursorMap: TMap;
|
FCursorMap: TMap;
|
||||||
FCustomForms: TList;
|
FCustomForms: TList;
|
||||||
FCustomFormsZOrdered: TList;
|
FCustomFormsZOrdered: TList;
|
||||||
|
@ -752,7 +752,6 @@ begin
|
|||||||
FCursor := AValue;
|
FCursor := AValue;
|
||||||
WidgetSet.SetCursor(Cursors[FCursor]);
|
WidgetSet.SetCursor(Cursors[FCursor]);
|
||||||
end;
|
end;
|
||||||
Inc(FCursorCount);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user