git-svn-id: trunk@12777 -
This commit is contained in:
paul 2007-11-08 02:35:38 +00:00
parent eb11482eee
commit e6be90a770
2 changed files with 0 additions and 3 deletions

View File

@ -398,7 +398,6 @@ procedure TToolBar.CalculatePreferredSize(var PreferredWidth,
PreferredHeight: integer; WithThemeSpace: Boolean);
var
ARect, Adjusted: TRect;
CurAnchors: TAnchors;
begin
ARect := ClientRect;
Adjusted := ARect;

View File

@ -72,8 +72,6 @@ type
TDefaultImageListImplementor = class(TObjectList)
private
FWidth: Integer;
FHeight: Integer;
FList: TCustomImageList;
public
constructor Create(AList: TCustomImageList); reintroduce;