mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 19:20:30 +02:00
IDE: Cleanup, remove unused unit reference.
git-svn-id: trunk@59360 -
This commit is contained in:
parent
6f5850642d
commit
4dde2e198f
@ -288,7 +288,7 @@ begin
|
||||
IconImage.KeepOriginYWhenClipped := True;
|
||||
IconImagePictureChanged(nil);
|
||||
OpenPictureDialog1.Filter := GraphicFilter(TIcon)+'|'+
|
||||
Format(rsAllFiles,[GetAllFilesMask, GetAllFilesMask,'']);
|
||||
Format(rsAllFiles,[GetAllFilesMask,GetAllFilesMask,'']);
|
||||
end;
|
||||
|
||||
procedure TProjectApplicationOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user