summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-11-30 15:59:12 +0000
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-11-30 15:59:12 +0000
commitff06e4037e8bc6daff07393c01f6a134f2293a62 (patch)
treefce09626b7ad266e5028f30aed89fea308dc07b0
parentce5ed6ba646163e37d589c84394127d0590aadcb (diff)
downloadfpGUI-ff06e4037e8bc6daff07393c01f6a134f2293a62.tar.xz
Fixes compiler hint about unused unit
-rw-r--r--src/corelib/fpg_base.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index 14728007..68b81311 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -29,7 +29,7 @@ uses
SysUtils,
fpg_impl,
syncobjs, // TCriticalSection usage
- URIParser, variants, contnrs;
+ variants, contnrs;
type
TfpgCoord = integer; // we might use floating point coordinates in the future...