LazReport: removed old, inactive code.

git-svn-id: trunk@61185 -
This commit is contained in:
jesus 2019-05-09 04:56:13 +00:00
parent 30f5f0b09d
commit 123a22f231

View File

@ -17,7 +17,7 @@ interface
uses
Classes, SysUtils, LResources, LazUTF8,
Graphics,GraphType, Controls, Forms, Dialogs,LR_E_TXT,
LCLType,LCLIntf, LCLProc,lr_utils,lr_class;
LCLType,LCLIntf,lr_utils,lr_class;
type
@ -73,11 +73,6 @@ begin
BandTypes := [btMasterHeader,btMasterData,btColumnHeader];
end;
function CompareIntervals(Item1, Item2: Pointer): Integer;
begin
result := ComparePointers({%H-}Pointer(Item1), {%H-}Pointer(Item2));
end;
procedure TfrCSVExportFilter.OnEndPage;
var
i,n: Integer;