* remove empty override tpersist.destroy(), patch by Luiz Americo, Mantis #21387

git-svn-id: trunk@20460 -
This commit is contained in:
marco 2012-03-01 21:47:32 +00:00
parent 49e3a24413
commit 39bc3b9dcf
2 changed files with 0 additions and 8 deletions

View File

@ -396,7 +396,6 @@ type
procedure DefineProperties(Filer: TFiler); virtual;
function GetOwner: TPersistent; dynamic;
public
destructor Destroy; override;
procedure Assign(Source: TPersistent); virtual;
function GetNamePath: string; virtual; {dynamic;}
end;

View File

@ -49,13 +49,6 @@ begin
Result:=Nil;
end;
destructor TPersistent.Destroy;
begin
Inherited Destroy;
end;
procedure TPersistent.Assign(Source: TPersistent);
begin