removed debug code

git-svn-id: trunk@9442 -
This commit is contained in:
vincents 2006-06-17 19:50:48 +00:00
parent 5d25e58f94
commit 1450af8607

View File

@ -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;