mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:19:08 +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);
|
procedure TScreen.SetCursors(Index: Integer; const AValue: HCURSOR);
|
||||||
begin
|
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;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user