aggpas: reduce debugging

git-svn-id: trunk@21994 -
This commit is contained in:
mattias 2009-10-03 15:34:29 +00:00
parent 87711ee8b3
commit 1fe0e7fad4
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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);