mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 15:09:24 +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);
|
IconDir[n].dwImageOffset := LEtoN(IconDir[n].dwImageOffset);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$IFDEF VerboseLCLTodos}
|
||||||
|
{$note remove this debugging code}
|
||||||
DumpDirEntry(n, IconDir[n]);
|
DumpDirEntry(n, IconDir[n]);
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
AStream.Seek(StreamStart + IconDir[n].dwImageOffset, soBeginning);
|
AStream.Seek(StreamStart + IconDir[n].dwImageOffset, soBeginning);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user