mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:39:37 +02:00
removed debug code
git-svn-id: trunk@9442 -
This commit is contained in:
parent
5d25e58f94
commit
1450af8607
@ -108,8 +108,6 @@ begin
|
|||||||
FWaitPipeHandlers := lHandler^.Next;
|
FWaitPipeHandlers := lHandler^.Next;
|
||||||
if lHandler^.Next <> nil then
|
if lHandler^.Next <> nil then
|
||||||
lHandler^.Next^.Prev := lHandler^.Prev;
|
lHandler^.Next^.Prev := lHandler^.Prev;
|
||||||
FILLCHAR(LHandler^, sizeof(TPipeEventInfo), 0);
|
|
||||||
DebugLn(['TWin32WidgetSet.RemovePipeEventHandler', lHandler]);
|
|
||||||
Dispose(lHandler);
|
Dispose(lHandler);
|
||||||
AHandler := nil;
|
AHandler := nil;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user