summaryrefslogtreecommitdiff
path: root/src/reportengine/fpg_report.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 08:46:57 +0100
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 08:46:57 +0100
commita97cfd350142ffcb7253f6b85308a870452d9d74 (patch)
tree5b0ca7ce2824a57c481073bda86d770f3285f3f7 /src/reportengine/fpg_report.pas
parent495829859e3e8c5f1827c331ce237fecf813eb8b (diff)
downloadfpGUI-a97cfd350142ffcb7253f6b85308a870452d9d74.tar.xz
Removes the unnecessary fpg_report.lpk package files.
* also updates the PDF Report demo project, removing the fpg_report.lpk dependency.
Diffstat (limited to 'src/reportengine/fpg_report.pas')
-rw-r--r--src/reportengine/fpg_report.pas14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/reportengine/fpg_report.pas b/src/reportengine/fpg_report.pas
deleted file mode 100644
index 9479e685..00000000
--- a/src/reportengine/fpg_report.pas
+++ /dev/null
@@ -1,14 +0,0 @@
-{ This file was automatically created by Lazarus. Do not edit!
- This source is only used to compile and install the package.
- }
-
-unit fpg_report;
-
-interface
-
-uses
- U_Command, U_Report, U_Pdf, U_Visu, U_ReportImages;
-
-implementation
-
-end.