summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-18 13:19:09 +0000
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-12-18 13:19:09 +0000
commit08a75df74454120a9ddc7f80d0a1e90021b94afc (patch)
tree55f46e6d6f5b464bcc1575edc30e18808884c678
parent04d6fedeb1ada76d07f46354b3e7dd3b3656ca82 (diff)
downloadfpGUI-08a75df74454120a9ddc7f80d0a1e90021b94afc.tar.xz
Removed unused units from uses clause. Preventing compiler hints.
-rw-r--r--src/corelib/render/software/agg_platform_x11.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/render/software/agg_platform_x11.inc b/src/corelib/render/software/agg_platform_x11.inc
index 26ecdfe1..5e595c3f 100644
--- a/src/corelib/render/software/agg_platform_x11.inc
+++ b/src/corelib/render/software/agg_platform_x11.inc
@@ -1,10 +1,7 @@
{%mainunit Agg2D.pas}
{$ifdef uses_interface}
- X,
Xlib,
- Xutil,
- Xatom,
{$endif}