LCL: Remove deprecated TWinControl.AutoSizeCanStart.

git-svn-id: trunk@45788 -
This commit is contained in:
juha 2014-07-05 14:56:46 +00:00
parent 5a97e101a6
commit 90b05dca85
2 changed files with 0 additions and 6 deletions

View File

@ -1947,7 +1947,6 @@ type
procedure DoSetBounds(ALeft, ATop, AWidth, AHeight: integer); override;
procedure DoAutoSize; override;
procedure DoAllAutoSize; override;
function AutoSizeCanStart: boolean; deprecated;
procedure AllAutoSized; virtual; // called by DoAllAutoSize after all bounds are computed, see TCustomForm.AllAutoSized
procedure CalculatePreferredSize(var PreferredWidth,
PreferredHeight: integer;

View File

@ -3556,11 +3556,6 @@ begin
end;
end;
function TWinControl.AutoSizeCanStart: boolean;
begin
Result:=true;
end;
procedure TWinControl.AllAutoSized;
begin
// see TCustomForm.AllAutoSized