mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-28 00:11:36 +01: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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazcontrols;
|
unit LazControls;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
|||||||
@ -186,7 +186,6 @@ end;
|
|||||||
procedure LoadFuncReplacements(Config: TConfigStorage;
|
procedure LoadFuncReplacements(Config: TConfigStorage;
|
||||||
const FuncPath, CategPath: string; aFuncsAndCateg: TFuncsAndCategories);
|
const FuncPath, CategPath: string; aFuncsAndCateg: TFuncsAndCategories);
|
||||||
var
|
var
|
||||||
FuncRepl: TFuncReplacement;
|
|
||||||
SubPath: String;
|
SubPath: String;
|
||||||
xCategory, xDelphiFunc, xReplacement, xPackage, xUnitName: String;
|
xCategory, xDelphiFunc, xReplacement, xPackage, xUnitName: String;
|
||||||
Cnt, i: Integer;
|
Cnt, i: Integer;
|
||||||
@ -340,8 +339,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TConvertSettings.Destroy;
|
destructor TConvertSettings.Destroy;
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
begin
|
||||||
// Save possibly modified settings to ConfigStorage.
|
// Save possibly modified settings to ConfigStorage.
|
||||||
fConfigStorage.SetDeleteValue('BackupFiles', fBackupFiles, true);
|
fConfigStorage.SetDeleteValue('BackupFiles', fBackupFiles, true);
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit anchordockingdsgn;
|
unit AnchorDockingDsgn;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user