IDE: clean up

git-svn-id: trunk@26667 -
This commit is contained in:
mattias 2010-07-15 21:30:24 +00:00
parent 7e2a349cb2
commit cd98737eb2
3 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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);

View File

@ -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