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