LCL: reduced debugging

git-svn-id: trunk@15478 -
This commit is contained in:
mattias 2008-06-20 11:13:01 +00:00
parent 3d2b9bab7e
commit 944fedc64f

View File

@ -510,7 +510,10 @@ begin
IconDir[n].dwImageOffset := LEtoN(IconDir[n].dwImageOffset);
{$endif}
{$IFDEF VerboseLCLTodos}
{$note remove this debugging code}
DumpDirEntry(n, IconDir[n]);
{$ENDIF}
AStream.Seek(StreamStart + IconDir[n].dwImageOffset, soBeginning);