summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 10:07:50 +0100
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 10:07:50 +0100
commitffe7eb9024ebf03d96c1ac22a6102672d69bcfb5 (patch)
tree1181f95b1d579dfc3c1dfd95d92f28a7b7fc17ee
parentd0672b588fd795d0d116b0086574a3c983da8eca (diff)
downloadfpGUI-ffe7eb9024ebf03d96c1ac22a6102672d69bcfb5.tar.xz
removes unused units from the uses clause.
-rw-r--r--src/reportengine/u_command.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportengine/u_command.pas b/src/reportengine/u_command.pas
index a8da533d..52f88d60 100644
--- a/src/reportengine/u_command.pas
+++ b/src/reportengine/u_command.pas
@@ -27,7 +27,7 @@ interface
uses
Classes, SysUtils,
- fpg_base, fpg_main, //fpg_imgfmt_bmp, fpg_imgfmt_jpg,
+ fpg_base, fpg_main,
U_Pdf;
type