mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 16:13:56 +02:00
IDE: clean up
git-svn-id: trunk@26667 -
This commit is contained in:
parent
7e2a349cb2
commit
cd98737eb2
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazcontrols;
|
||||
unit LazControls;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -186,7 +186,6 @@ end;
|
||||
procedure LoadFuncReplacements(Config: TConfigStorage;
|
||||
const FuncPath, CategPath: string; aFuncsAndCateg: TFuncsAndCategories);
|
||||
var
|
||||
FuncRepl: TFuncReplacement;
|
||||
SubPath: String;
|
||||
xCategory, xDelphiFunc, xReplacement, xPackage, xUnitName: String;
|
||||
Cnt, i: Integer;
|
||||
@ -340,8 +339,6 @@ begin
|
||||
end;
|
||||
|
||||
destructor TConvertSettings.Destroy;
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
// Save possibly modified settings to ConfigStorage.
|
||||
fConfigStorage.SetDeleteValue('BackupFiles', fBackupFiles, true);
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit anchordockingdsgn;
|
||||
unit AnchorDockingDsgn;
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user