LCL: reduced debugging

git-svn-id: trunk@26285 -
This commit is contained in:
mattias 2010-06-24 17:35:53 +00:00
parent d530a2cf9f
commit bef96de901

View File

@ -7767,8 +7767,6 @@ begin
Layout:=TAutoSizeCtrlData.Create(Self);
Layout.ComputePreferredClientArea(false,false,NewMoveLeft,NewMoveRight,
NewClientWidth,NewClientHeight);
if ClassName='TEditorCodetoolsOptionsFrame' then
Layout.WriteDebugReport('TWinControl.CalculatePreferredSize ',' ');
if (NewMoveLeft<>0) or (NewMoveRight<>0) then ;
finally
Layout.Free;