diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-30 15:59:12 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-30 15:59:12 +0000 |
commit | ff06e4037e8bc6daff07393c01f6a134f2293a62 (patch) | |
tree | fce09626b7ad266e5028f30aed89fea308dc07b0 | |
parent | ce5ed6ba646163e37d589c84394127d0590aadcb (diff) | |
download | fpGUI-ff06e4037e8bc6daff07393c01f6a134f2293a62.tar.xz |
Fixes compiler hint about unused unit
-rw-r--r-- | src/corelib/fpg_base.pas | 2 |
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... |