git-svn-id: trunk@34848 -
This commit is contained in:
mattias 2012-01-21 23:17:17 +00:00
parent 4be5c93609
commit 1efdbd9cca
2 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,7 @@ type
function IPCreateLazIDEHTMLControl(Owner: TComponent;
var Provider: TAbstractIDEHTMLProvider;
Flags: TIDEHTMLControlFlags = []): TControl;
{%H-}Flags: TIDEHTMLControlFlags = []): TControl;
procedure Register;

View File

@ -914,8 +914,6 @@ begin
end;
destructor TCSSGlobalProps.Destroy;
var
i: Integer;
begin
FElements.Free;
inherited Destroy;