Browse Source

* Patch from Graeme Geldenhuys to avoid compiler warnings

git-svn-id: trunk@37051 -
michael 8 years ago
parent
commit
c74cf991a0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      packages/fcl-report/demos/fcldemo.pp

+ 1 - 5
packages/fcl-report/demos/fcldemo.pp

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