You've already forked lazarus-ccr
* Remove unnecessary virtual methods
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1445 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -73,11 +73,11 @@ type
|
||||
procedure OnFontChanged(Sender: TObject);
|
||||
protected
|
||||
{ Protected declarations }
|
||||
procedure SetCaption(const Value: TCaption); virtual;
|
||||
procedure SetFont(Value: TFont); virtual;
|
||||
procedure SetMarginLeft(Value: Integer); virtual;
|
||||
procedure SetMarginTop(Value: Integer); virtual;
|
||||
procedure SetVisible(Value: Boolean); virtual;
|
||||
procedure SetCaption(const Value: TCaption);
|
||||
procedure SetFont(Value: TFont);
|
||||
procedure SetMarginLeft(Value: Integer);
|
||||
procedure SetMarginTop(Value: Integer);
|
||||
procedure SetVisible(Value: Boolean);
|
||||
public
|
||||
{ Public declarations }
|
||||
constructor Create(AOwner: TCustomNetGradient); overload;
|
||||
|
Reference in New Issue
Block a user