removed unused code

git-svn-id: trunk@10395 -
This commit is contained in:
mattias 2007-01-08 18:07:37 +00:00
parent 68e2a02221
commit 62ae79258e

View File

@ -495,16 +495,7 @@ end;
------------------------------------------------------------------------------}
procedure TScreen.SetCursors(Index: Integer; const AValue: HCURSOR);
begin
{if Index = crDefault then
if Handle = 0 then
FDefaultCursor := LoadCursor(0, IDC_ARROW)
else
FDefaultCursor := Handle
else if Index <> crNone then
begin
DeleteCursor(Index);
if Handle <> 0 then InsertCursor(Index, Handle);
end;}
end;
{------------------------------------------------------------------------------