mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 11:39:19 +02:00
removed unused code
git-svn-id: trunk@10395 -
This commit is contained in:
parent
68e2a02221
commit
62ae79258e
@ -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;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user