mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +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;
|
||||
FActiveForm: TForm;
|
||||
FCursor: TCursor;
|
||||
FCursorCount: integer;
|
||||
FCursorMap: TMap;
|
||||
FCustomForms: TList;
|
||||
FCustomFormsZOrdered: TList;
|
||||
|
@ -752,7 +752,6 @@ begin
|
||||
FCursor := AValue;
|
||||
WidgetSet.SetCursor(Cursors[FCursor]);
|
||||
end;
|
||||
Inc(FCursorCount);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user