mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 04:20:04 +02:00
cleanup
git-svn-id: trunk@12777 -
This commit is contained in:
parent
eb11482eee
commit
e6be90a770
@ -398,7 +398,6 @@ procedure TToolBar.CalculatePreferredSize(var PreferredWidth,
|
||||
PreferredHeight: integer; WithThemeSpace: Boolean);
|
||||
var
|
||||
ARect, Adjusted: TRect;
|
||||
CurAnchors: TAnchors;
|
||||
begin
|
||||
ARect := ClientRect;
|
||||
Adjusted := ARect;
|
||||
|
@ -72,8 +72,6 @@ type
|
||||
|
||||
TDefaultImageListImplementor = class(TObjectList)
|
||||
private
|
||||
FWidth: Integer;
|
||||
FHeight: Integer;
|
||||
FList: TCustomImageList;
|
||||
public
|
||||
constructor Create(AList: TCustomImageList); reintroduce;
|
||||
|
Loading…
Reference in New Issue
Block a user