IDE: clean up

git-svn-id: trunk@59975 -
This commit is contained in:
mattias 2019-01-02 17:07:17 +00:00
parent 020d76d698
commit d6da247e02
2 changed files with 1 additions and 3 deletions
components/ideintf
packager

View File

@ -69,7 +69,7 @@ type
procedure SetDisableI18NForLFM(AValue: boolean); virtual;
procedure SetFileType(const AValue: TPkgFileType); virtual;
public
constructor Create; virtual;
constructor Create;
destructor Destroy; override;
function GetOptionsInstanceOf(OptionsClass: TAbstractPackageFileIDEOptionsClass): TAbstractPackageFileIDEOptions;
property LazPackage: TIDEPackage read GetIDEPackage;

View File

@ -3367,8 +3367,6 @@ var
AGroupCaption: string;
ACaption: string;
ItemTabSheet: TTabSheet;
GroupPageControl: TPageControl;
GroupGroupBox: TGroupBox;
begin
IDEEditorGroups.Resort;