This commit is contained in:
Basile Burg 2018-04-27 09:11:30 +02:00
parent d39b19b5d5
commit 324322ff27
3 changed files with 0 additions and 5 deletions

View File

@ -208,9 +208,6 @@ begin
end; end;
function TCEEntitiesConnector.getSingleService(const serviceName: string): TObject; function TCEEntitiesConnector.getSingleService(const serviceName: string): TObject;
var
i: Integer;
serv: ICESingleService;
begin begin
Result := nil; Result := nil;
if not fServices.GetValue(serviceName, result) then if not fServices.GetValue(serviceName, result) then

View File

@ -3229,7 +3229,6 @@ var
curMd5: TMDDigest; curMd5: TMDDigest;
str: TStringList; str: TStringList;
txt: string; txt: string;
i: integer;
begin begin
if fDiffDialogWillClose or fDisableFileDateCheck then if fDiffDialogWillClose or fDisableFileDateCheck then
exit; exit;

View File

@ -57,7 +57,6 @@ type
private private
fTerm: TTerminal; fTerm: TTerminal;
fOpts: TCETerminalOptions; fOpts: TCETerminalOptions;
fFirst: boolean;
fLastCd: string; fLastCd: string;
procedure docNew(document: TCESynMemo); procedure docNew(document: TCESynMemo);