mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:20:13 +02:00
LCL: reduced debugging
git-svn-id: trunk@15478 -
This commit is contained in:
parent
3d2b9bab7e
commit
944fedc64f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user