mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 01:09:35 +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;
|
||||
if lHandler^.Next <> nil then
|
||||
lHandler^.Next^.Prev := lHandler^.Prev;
|
||||
FILLCHAR(LHandler^, sizeof(TPipeEventInfo), 0);
|
||||
DebugLn(['TWin32WidgetSet.RemovePipeEventHandler', lHandler]);
|
||||
Dispose(lHandler);
|
||||
AHandler := nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user