From e65e2e92c0390111bbed56dd97aa389235897e70 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 19 Feb 2018 13:31:40 +0100 Subject: tools.pas: remove "last" --- tools.pas | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools.pas b/tools.pas index 312cda3..302b6eb 100644 --- a/tools.pas +++ b/tools.pas @@ -35,7 +35,6 @@ type constructor create; procedure mrProper; function add(neu: tDateiMitDatum): longint; - function last: tDateiMitDatum; function gleicheNamenWie(dmd: tDateienMitDaten): boolean; function toString: string; override; procedure append(dmd: tDateienMitDaten); @@ -113,11 +112,6 @@ begin istSortiert:=false; end; -function tDateienMitDaten.last: tDateiMitDatum; -begin - result:=tDateiMitDatum(inherited last); -end; - function tDateienMitDaten.gleicheNamenWie(dmd: tDateienMitDaten): boolean; var i: longint; -- cgit v1.2.3-54-g00ecf