Browse Source

* Patch from Graeme Geldenhuys to fix compiler hints (bug ID 33708)

git-svn-id: trunk@38948 -
michael 7 years ago
parent
commit
1867f427b9

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

@@ -1,7 +1,7 @@
 program fcldemo;
 
 uses
-  udapp, fpextfuncs, regreports, fpreportbarcode;
+  udapp, regreports, fpreportbarcode;
 
 Var
   Application : TReportDemoApplication;

+ 0 - 1
packages/fcl-report/demos/rptbarcode.pp

@@ -12,7 +12,6 @@ uses
   fpreport,
   fpreportcontnr,
   fpreportbarcode,
-  contnrs,
   udapp;
 
 type

+ 0 - 2
packages/fcl-report/demos/rptqrcode.pp

@@ -11,9 +11,7 @@ uses
   SysUtils,
   fpreport,
   fpreportcontnr,
-  fpqrcodegen,
   fpreportqrcode,
-  contnrs,
   udapp;
 
 type