* Patch from Graeme Geldenhuys to avoid compiler warnings

git-svn-id: trunk@37051 -
This commit is contained in:
michael 2017-08-24 14:48:59 +00:00
parent a4c4ce1764
commit c74cf991a0

View File

@ -1,9 +1,7 @@
program fcldemo; program fcldemo;
uses uses
udapp, regreports, rptcolumns, rptdataset, rptexpressions, rptframes, udapp, fpextfuncs, regreports;
rptgrouping, rptimages, rptmasterdetail, rptmasterdetaildataset, rptshapes,
rptsimplelist, rptttf;
Var Var
Application : TReportDemoApplication; Application : TReportDemoApplication;
@ -14,5 +12,3 @@ begin
Application.Run; Application.Run;
Application.Free; Application.Free;
end. end.
s