mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 04:07:14 +01:00
aggpas: reduce debugging
git-svn-id: trunk@21994 -
This commit is contained in:
parent
87711ee8b3
commit
1fe0e7fad4
@ -705,7 +705,6 @@ end;
|
|||||||
{ ZERO }
|
{ ZERO }
|
||||||
procedure pod_array.zero;
|
procedure pod_array.zero;
|
||||||
begin
|
begin
|
||||||
writeln('pod_array.zero m_entry_sz=',m_entry_sz,' m_size=',m_size);
|
|
||||||
fillchar(m_array^ ,m_entry_sz * m_size ,0 );
|
fillchar(m_array^ ,m_entry_sz * m_size ,0 );
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|||||||
@ -829,7 +829,6 @@ end;
|
|||||||
|
|
||||||
procedure TAggFPImage.ReallocData;
|
procedure TAggFPImage.ReallocData;
|
||||||
begin
|
begin
|
||||||
writeln('TAggFPImage.ReallocData Width=',Width,' Height=',Height,' DataSize=',DataSize);
|
|
||||||
ReAllocMem(fData,DataSize);
|
ReAllocMem(fData,DataSize);
|
||||||
RenderingBuffer.Destruct;
|
RenderingBuffer.Destruct;
|
||||||
RenderingBuffer.Construct(FData, Width, Height, LineSize);
|
RenderingBuffer.Construct(FData, Width, Height, LineSize);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user