IDE: clean up

git-svn-id: branches/fixes_2_0@60853 -
This commit is contained in:
mattias 2019-04-06 08:13:21 +00:00
parent 79ba94760d
commit 0a36945032
4 changed files with 7 additions and 7 deletions

View File

@ -70,7 +70,7 @@ uses
PropEdits, ObjectInspector, MenuIntf, SrcEditorIntf, ProjectIntf,
CompOptsIntf, LazIDEIntf, IDEWindowIntf,
// IDE
LazConf, LazarusIDEStrConsts, Project, PublishModule, BuildLazDialog,
LazConf, LazarusIDEStrConsts, Project, BuildLazDialog,
ProgressDlg, EnvironmentOpts, IDEDefs, PackageDefs;
type

View File

@ -6,7 +6,7 @@ interface
uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls,
ListFilterEdit, fgl,
ListFilterEdit,
ProjPackCommon,
PackageDefs,
LazarusIDEStrConsts,
@ -34,7 +34,7 @@ type
destructor Destroy; override;
end;
function ShowAddFPMakeDependencyDlg(AProjPack: IProjPack;
function ShowAddFPMakeDependencyDlg({%H-}AProjPack: IProjPack;
out AResultDependencies: TPkgDependencyList): TModalResult;
implementation

View File

@ -30,7 +30,7 @@ unit AddToPackageDlg;
interface
uses
Math, Classes, SysUtils, Laz_AVL_Tree,
Classes, SysUtils, Laz_AVL_Tree,
// LCL
LCLProc, LCLType, Forms, Controls, Buttons, ExtDlgs, StdCtrls, ExtCtrls,
Dialogs, ComCtrls, ButtonPanel,
@ -40,8 +40,8 @@ uses
NewItemIntf, PackageIntf, FormEditingIntf, IDEWindowIntf, ComponentReg,
IDEDialogs,
// IDE
LazarusIDEStrConsts, InputHistory, IDEDefs, EnvironmentOpts,
PackageSystem, PackageDefs, ProjPackChecks;
LazarusIDEStrConsts, InputHistory, EnvironmentOpts,
PackageSystem, PackageDefs;
type
@ -81,6 +81,7 @@ type
InfoLabel: TLabel;
Title: string;
FileName: string;
public
constructor Create(aBtn: TBitBtn; aInfoLabel: TLabel; aTitle: string);
procedure LoadIcon(aLazPackage: TLazPackage; aFileName: string);
end;

View File

@ -724,7 +724,6 @@ type
procedure TPackageEditorForm.ItemsPopupMenuPopup(Sender: TObject);
var
UserSelection: PackageSelTypes;
SingleSelectedNode: TPkgDependency;
SingleSelectedFile: TPkgFile;
SingleSelectedDep: TPkgDependency;