LCL: cleanup, unused Member

git-svn-id: trunk@21081 -
This commit is contained in:
martin 2009-08-02 22:37:05 +00:00
parent 71222456a4
commit 2f8fc1ed97
2 changed files with 0 additions and 2 deletions

View File

@ -844,7 +844,6 @@ type
FActiveCustomForm: TCustomForm;
FActiveForm: TForm;
FCursor: TCursor;
FCursorCount: integer;
FCursorMap: TMap;
FCustomForms: TList;
FCustomFormsZOrdered: TList;

View File

@ -752,7 +752,6 @@ begin
FCursor := AValue;
WidgetSet.SetCursor(Cursors[FCursor]);
end;
Inc(FCursorCount);
end;
{------------------------------------------------------------------------------