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.
}
unit lazcontrols;
unit LazControls;
interface

View File

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

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package.
}
unit anchordockingdsgn;
unit AnchorDockingDsgn;
interface